diff options
| author | Brian Kim <brian@tagg.id> | 2021-07-13 18:00:38 -0400 |
|---|---|---|
| committer | Brian Kim <brian@tagg.id> | 2021-07-13 18:00:38 -0400 |
| commit | d915d6e9fdd86aa35678d53b0b39b0038e3a8ac1 (patch) | |
| tree | 4965095205ad5fb4fa3e1d6e82d3c784350b0353 /src/constants | |
| parent | b7cba594635f4a6de3582ba4845bfc9757632ba1 (diff) | |
| parent | 68f05afdf2d4ca29df60761c3d8f8ee445c1804d (diff) | |
Merge with master
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/constants.ts | 1 | ||||
| -rw-r--r-- | src/constants/strings.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index f4ffd750..13a73208 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -66,6 +66,7 @@ export const YOUTUBE_FONT_COLOR: string = '#FCA4A4'; export const TAGG_PURPLE = '#8F01FF'; export const TAGG_DARK_BLUE = '#4E699C'; +export const TAGG_DARK_PURPLEISH_BLUE = '#4755A1'; export const TAGG_LIGHT_BLUE: string = '#698DD3'; export const TAGG_LIGHT_BLUE_2: string = '#6EE7E7'; export const TAGG_LIGHT_PURPLE = '#F4DDFF'; diff --git a/src/constants/strings.ts b/src/constants/strings.ts index 112bc546..071b3835 100644 --- a/src/constants/strings.ts +++ b/src/constants/strings.ts @@ -45,6 +45,7 @@ export const ERROR_SELECT_GENDER = 'Please select your gender'; export const ERROR_SELECT_UNIVERSITY = 'Please select your University'; export const ERROR_SERVER_DOWN = 'mhm, looks like our servers are down, please refresh and try again in a few mins'; export const ERROR_SOMETHING_WENT_WRONG = 'Oh dear, don’t worry someone will be held responsible for this error, In the meantime refresh the app'; +export const ERROR_NO_MOMENT_CATEGORY = 'Please select a category!'; export const ERROR_SOMETHING_WENT_WRONG_REFRESH = "Ha, looks like this one's on us, please refresh and try again"; export const ERROR_SOMETHING_WENT_WRONG_RELOAD = "You broke it, Just kidding! we don't know what happened... Please reload the app and try again"; export const ERROR_T_AND_C_NOT_ACCEPTED = 'You must first agree to the terms and conditions.'; |
