diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-03-01 13:43:26 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-03-01 13:43:26 -0500 |
| commit | 6bfa20c4f7ac22c78b29e6b4c09fe055f58b1922 (patch) | |
| tree | a7ad87271b7355e86008983190baa0c870d27577 /src/constants/constants.ts | |
| parent | 2f83eb360c583d6b110c045f07ae57227cda3fa5 (diff) | |
added brown 24
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 6e2c9e1c..14bff6a7 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -173,13 +173,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; |
