Skip to content

Commit

Permalink
Add new pinned post
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Feb 14, 2024
1 parent 30e8b92 commit 812deb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const CREATORS_CONSTANTS = {
},
}

export const PINNED_POST_IDS = ['62208']
export const PINNED_POST_IDS = ['62208', '62345']
export function isPinnedPost(postId: string) {
return PINNED_POST_IDS.includes(postId)
}
Expand Down

0 comments on commit 812deb4

Please sign in to comment.