diff options
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/constants.ts | 2 | ||||
| -rw-r--r-- | src/constants/strings.ts | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index f58aa686..611fd748 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -75,6 +75,8 @@ export const AVATAR_GRADIENT = { end: '#215151', }; +export const NOTIFICATION_GRADIENT = ['rgba(247, 248, 248, 1)', 'rgba(247, 248, 248, 0)'] + export const SOCIAL_FONT_COLORS = { INSTAGRAM: INSTAGRAM_FONT_COLOR, FACEBOOK: FACEBOOK_FONT_COLOR, diff --git a/src/constants/strings.ts b/src/constants/strings.ts index 9680320a..3d8cbfe7 100644 --- a/src/constants/strings.ts +++ b/src/constants/strings.ts @@ -53,4 +53,8 @@ export const UPLOAD_MOMENT_PROMPT_ONE_MESSAGE = 'Post your first moment to\n con export const UPLOAD_MOMENT_PROMPT_THREE_HEADER = 'Continue to build your profile'; export const UPLOAD_MOMENT_PROMPT_THREE_MESSAGE = 'Continue to personalize your own digital space in\nthis community by filling your profile with\ncategories and moments!'; export const UPLOAD_MOMENT_PROMPT_TWO_HEADER = 'Create a new category'; -export const UPLOAD_MOMENT_PROMPT_TWO_MESSAGE = 'You can now create new categories \nand continue to fill your profile with moments!';
\ No newline at end of file +export const UPLOAD_MOMENT_PROMPT_TWO_MESSAGE = 'You can now create new categories \nand continue to fill your profile with moments!'; + +//Notifications +export const UP_TO_DATE = 'Up-to-Date!'; +export const NO_NEW_NOTIFICATIONS = 'You have no new notifications';
\ No newline at end of file |
