-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add donate to contacts and Change URL for Instagram
- Loading branch information
1 parent
76c8e25
commit cace0f2
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
export const SOCIAL_MEDIA_LINKS: Record<string, string> = { | ||
Facebook: "https://www.facebook.com/RetroHerna/", | ||
Instagram: "https://www.instagram.com/retroherna/", | ||
Instagram: "https://www.instagram.com/herni.historie/", | ||
YouTube: "https://www.youtube.com/channel/UCJNNkhuJNO5dujOhy9r-jdA", | ||
Twitch: "https://www.twitch.tv/retroherna_org", | ||
Discord: "https://discord.gg/9AwRUfShX5" | ||
} | ||
|
||
export const DONATE_LINKS: Record<string, string> = { | ||
HeroHero: "https://herohero.co/hernihistorie/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters