Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: get rid of logos
Browse files Browse the repository at this point in the history
mikitabut authored Dec 22, 2023
1 parent d68f1c7 commit 6b32d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/config.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
{
"displayName": "Light",
"id": "light",
"app-logo": "logo.svg",
"app-logo": "",
"colors": {
"bg-layer-0": "#FCFCFC",
"bg-layer-1": "#EAEDF0",
@@ -46,7 +46,7 @@
{
"displayName": "Dark",
"id": "dark",
"app-logo": "logo-dark.svg",
"app-logo": "",
"colors": {
"bg-layer-0": "#000000",
"bg-layer-1": "#090D13",

0 comments on commit 6b32d42

Please sign in to comment.