aboutsummaryrefslogtreecommitdiff
path: root/src/constants/constants.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-05 16:38:32 -0500
committerIvan Chen <ivan@tagg.id>2021-03-05 16:38:32 -0500
commit1465df9621fb963ff873485ad927ff79ea547fa0 (patch)
treeaffcb43f37f263f3e0e555dd019dd952b62e1f0a /src/constants/constants.ts
parent2360e774d94e271d1d9db0d5b92b801b9325535e (diff)
parentb1dee65ee7bb8e120fc38a495f4027905d300650 (diff)
Merge branch 'master' into tma-634-badge-selection-screen
# Conflicts: # src/components/taggs/SocialMediaInfo.tsx
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r--src/constants/constants.ts6
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;