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