diff --git a/src/constants.ts b/src/constants.ts index 009ded59..91f0e8e3 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,10 +1,9 @@ -export const ASSET_URL = 'https://opensea.io/assets/0x1301566b3cb584e550a02d09562041ddc4989b91/28' +export const ASSET_URL = + "https://opensea.io/assets/0x1301566b3cb584e550a02d09562041ddc4989b91/28"; export enum EmbedTheme { Default = "true", Simple = "simple", - Night = "night", - Day = "light", } -export const CHOSEN_THEME = EmbedTheme.Night; +export const CHOSEN_THEME = EmbedTheme.Default;