|
@@ -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, '');
|