From 6bfa20c4f7ac22c78b29e6b4c09fe055f58b1922 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 1 Mar 2021 13:43:26 -0500 Subject: added brown 24 --- src/constants/constants.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/constants') 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; -- cgit v1.2.3-70-g09d2