diff options
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r-- | src/constants/constants.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 84106df0..72eb1b57 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -181,13 +181,15 @@ export const MOMENT_CATEGORY_BG_COLORS: string[] = [ '#4E7175', ]; +// order matters, this decides the order which it displays export const EXPLORE_SECTION_TITLES: ExploreSectionType[] = [ 'New to Tagg', 'People You May Know', 'Trending on Tagg', - "Brown '21", - "Brown '22", + "Brown '24", "Brown '23", + "Brown '22", + "Brown '21", ]; export const SP_WIDTH = 375; |