From 531fd1e7492a0de6fcce67392030ee3d38c9eb0c Mon Sep 17 00:00:00 2001 From: Mell Date: Tue, 19 Mar 2024 20:49:22 +0200 Subject: [PATCH] Update pinned posts --- src/components/posts/pinned-post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/posts/pinned-post.ts b/src/components/posts/pinned-post.ts index 230686cd9..ddafadef1 100644 --- a/src/components/posts/pinned-post.ts +++ b/src/components/posts/pinned-post.ts @@ -1,7 +1,7 @@ import { getLastestPostIdsInSpace } from 'src/graphql/apis' import { GqlClient } from 'src/graphql/ApolloProvider' -const PINNED_POST_IDS: string[] = ['91982'] +const PINNED_POST_IDS: string[] = ['100229'] export const PINNED_POST_ID = PINNED_POST_IDS[Math.floor(Math.random() * PINNED_POST_IDS.length)] const COMMUNITY_SPACE_ID = '1244'