diff options
author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2020-10-26 09:32:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 12:32:57 -0400 |
commit | 61bcb48511095d5568a013429b0092c57659df0e (patch) | |
tree | d229c83b44bdbc7e5e285e48e4e1993de63f8721 | |
parent | 9da19cdcb6c7596d60afde6d0d559f06a24a0627 (diff) |
Merge branch 'master' of https://github.com/shravyaramesh/Frontend into master (#75)
-rw-r--r-- | src/constants/constants.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 6434f6e4..449b3142 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -71,9 +71,9 @@ export const SOCIAL_FONT_COLORS = { // Profile Moments export const defaultMoments: Array<string> = [ 'Early Life', - 'Best Friends', - 'Dance', - 'Education', + 'Campus', + 'Creativity', + 'Activity', ]; export const MOMENTS_TITLE_COLOR: string = '#698DD3'; |