Browse Source

rename clip icon and regenerate png with color

Pi 3 months ago
parent
commit
f6f46e51c6

BIN
rest/static/clip/144.png


BIN
rest/static/clip/192.png


BIN
rest/static/clip/48.png


BIN
rest/static/clip/512.png


BIN
rest/static/clip/72.png


BIN
rest/static/clip/96.png


+ 0 - 0
rest/static/clip/clip-favicon_square.svg → rest/static/clip/icon.svg


+ 1 - 1
site/clip/index.sql

@@ -4,7 +4,7 @@ SET ":hash" = COALESCE(:hash, $hash, '');
 SET ":hash" = sqlpage.url_encode(:hash);
 SET ":color" = '#2fb344';
 SET ":tabler_color" = 'green';
-SET ":image" = '/static/clip/clip-favicon_square.svg';
+SET ":image" = '/static/clip/icon.svg';
 SET ":favicon" = :image;
 SET ":manifest" = '/static/clip/manifest.json';
 SET ":action" = COALESCE(:action, $action, '');