Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions public/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
"src": "logo_ldo.svg"
}
},
{
"name": "Mellow",
"color": "#003DFF",
"isDark": true,
"logo": {
"src": "logo_mellow.svg"
}
},
{
"name": "Peopoly",
"color": "#007CC2",
Expand Down
3 changes: 3 additions & 0 deletions public/logo_mellow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
"src": "logo_ldo.svg"
}
},
{
"name": "Mellow",
"color": "#003DFF",
"isDark": true,
"logo": {
"src": "logo_mellow.svg"
}
},
{
"name": "Peopoly",
"color": "#007CC2",
Expand Down