Skip to content

Commit 44e483e

Browse files
committed
contrib/logo-color: scale up...
... to make BotFather happy, why asks for images with at least 150x150 pixels.
1 parent 6327348 commit 44e483e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/logo-color.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>RouterOS-Scripts Logo Color Changer</h1>
1414
<a href="https://t.me/routeros_scripts">Telegram Group</a> and want
1515
something that differentiates? Color it!</p>
1616

17-
<embed class="logo" src="../logo.svg" width="128" height="128" type="image/svg+xml">
17+
<embed class="logo" src="../logo.svg" width="192" height="192" type="image/svg+xml">
1818

1919
<p>Select the colors here:
2020
<input id="color1" type="color" value="#222222" onchange="color();">

0 commit comments

Comments
 (0)