2025-05-28 15:36:51 -07:00

18 lines
800 B
TypeScript

export const signInLabel = "Sign In";
export const signUpLabel = "Sign Up";
export const signOutLabel = "Sign Out";
// Social Media Links
export const discordUrl = "https://www.dndbeyond.com/discord";
export const facebookUrl = "https://www.facebook.com/dndbeyond";
export const instagramUrl = "https://www.instagram.com/dndbeyond";
export const tiktokUrl = "https://www.tiktok.com/@dnd_beyond";
export const twitchUrl = "https://www.twitch.tv/dndbeyond";
export const twitterUrl = "https://twitter.com/dndbeyond";
export const youtubeUrl =
"https://www.youtube.com/channel/UCPy-338BEVgDkQade0qJmkw";
export const googleStoreUrl =
"https://play.google.com/store/apps/details?id=com.fandom.playercompanion";
export const appleStoreUrl =
"https://apps.apple.com/us/app/d-d-beyond/id1501810129";