Browse Source

rename main goto icon

Daniel Sheffield 1 month ago
parent
commit
bf27b69c3c
2 changed files with 1 additions and 1 deletions
  1. 0 0
      rest/static/goto/icon.svg
  2. 1 1
      site/goto/index.sql

+ 0 - 0
rest/static/goto/chain-link2fr-3-2.svg → rest/static/goto/icon.svg


+ 1 - 1
site/goto/index.sql

@@ -5,7 +5,7 @@ SET ":hash" = sqlpage.url_encode(:hash);
 SET ":go" = COALESCE($go, '');
 SET ":color" = '#dc4e41';
 SET ":tabler_color" = 'google';
-SET ":image" = '/static/goto/chain-link2fr-3-2.svg';
+SET ":image" = '/static/goto/icon.svg';
 SET ":favicon" = :image;
 SET ":manifest" = '/static/goto/manifest.json';
 SET ":action" = COALESCE($action, :action, '');