Browse Source

regenerate png files from svg with higher density

Pi 1 month ago
parent
commit
4143195555

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


BIN
rest/static/goto/144.png


BIN
rest/static/goto/192.png


BIN
rest/static/goto/48.png


BIN
rest/static/goto/512.png


BIN
rest/static/goto/72.png


BIN
rest/static/goto/96.png


BIN
rest/static/upload/144.png


BIN
rest/static/upload/192.png


BIN
rest/static/upload/48.png


BIN
rest/static/upload/512.png


BIN
rest/static/upload/72.png


BIN
rest/static/upload/96.png


+ 1 - 1
site/upload/index.sql

@@ -4,7 +4,7 @@ SET ":hash" = sqlpage.url_encode(:hash);
 SET ":title" = 'Upload';
 SET ":color" = '#f59f00';
 SET ":tabler_color" = 'yellow';
-SET ":image" = '/static/upload/upload-favicon_square.svg';
+SET ":image" = '/static/upload/icon.svg';
 SET ":favicon" = :image;
 SET ":manifest" = '/static/upload/manifest.json';
 SET ":action" = COALESCE($action, :action, '');