diff options
author | Christian Hesse <mail@eworm.de> | 2023-05-25 09:06:02 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-05-25 10:39:14 +0200 |
commit | 44e483ecb7cf4cf812044f791fd11e383ee2e02d (patch) | |
tree | 9976cfb62b5757f6979ac37a5d54685f3db5310d /contrib | |
parent | 6327348405a6fa4dec5c9df5b2cee3cc340a5a6d (diff) |
contrib/logo-color: scale up...
... to make BotFather happy, why asks for images with at
least 150x150 pixels.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/logo-color.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/logo-color.html b/contrib/logo-color.html index 2864fcb..5e74549 100644 --- a/contrib/logo-color.html +++ b/contrib/logo-color.html @@ -14,7 +14,7 @@ <a href="https://t.me/routeros_scripts">Telegram Group</a> and want something that differentiates? Color it!</p> -<embed class="logo" src="../logo.svg" width="128" height="128" type="image/svg+xml"> +<embed class="logo" src="../logo.svg" width="192" height="192" type="image/svg+xml"> <p>Select the colors here: <input id="color1" type="color" value="#222222" onchange="color();"> |