diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-03-01 18:06:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 18:06:40 -0500 |
| commit | f805aa5076891c882c8abb5a752c644d313e9e0d (patch) | |
| tree | c1b0188c1190fe8d6b2918e72d3008845a5cd32f /src/constants/constants.ts | |
| parent | 2f83eb360c583d6b110c045f07ae57227cda3fa5 (diff) | |
| parent | 18062a6800a788a5bf5647b386909efe40866964 (diff) | |
Merge pull request #273 from IvanIFChen/tma676-add-brown-24
[TMA-676] Add 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; |
