diff --git a/public/config.json b/public/config.json index 98d473f594..36acdcdb90 100644 --- a/public/config.json +++ b/public/config.json @@ -147,6 +147,14 @@ "src": "logo_vzbot.svg" } }, + { + "name": "Z-Bolt", + "color": "#2196F3", + "isDark": true, + "logo": { + "src": "logo_z-bolt.svg" + } + }, { "name": "ZeroG", "color": "#e34234", diff --git a/public/logo_z-bolt.svg b/public/logo_z-bolt.svg new file mode 100644 index 0000000000..48ea8febd2 --- /dev/null +++ b/public/logo_z-bolt.svg @@ -0,0 +1,39 @@ + + + + + + diff --git a/server/config.json b/server/config.json index 9762628db6..4a960df210 100644 --- a/server/config.json +++ b/server/config.json @@ -139,6 +139,14 @@ "src": "logo_vzbot.svg" } }, + { + "name": "Z-Bolt", + "color": "#2196F3", + "isDark": true, + "logo": { + "src": "logo_z-bolt.svg" + } + }, { "name": "ZeroG", "color": "#e34234",