aboutsummaryrefslogtreecommitdiff
path: root/src/constants/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r--src/constants/constants.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts
index 4b76a1e0..570018b2 100644
--- a/src/constants/constants.ts
+++ b/src/constants/constants.ts
@@ -94,3 +94,8 @@ export const defaultMoments: Array<string> = [
'Creativity',
'Activity',
];
+
+export const BROWSABLE_SOCIAL_URLS: Record<string, string> = {
+ Instagram: 'https://instagram.com/',
+ Twitter: 'https://twitter.com/',
+};