Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderatallah committed Oct 8, 2020
1 parent d277e3a commit e650979
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit e650979

Please sign in to comment.