@@ -58,6 +58,13 @@ VALUES
2
),
(
+ '/code?',
+ 'Track Vouchers',
+ 'https://shandan.one/static/code/qr.svg',
+ 'Save scanned voucher codes to keep them handy and not forgotten',
+ 'github',
+ 2
+),(
'https://wol.shandan.one?location=outside',
'Wake a Device',
'',
@@ -3,7 +3,7 @@ SET tool = 'code';
SET ":link" = '/code.sql';
SET color = '#f59f00';
SET tabler_color = 'azure';
---SET image = '/static/upload/upload-favicon_square.svg';
+SET image = '/static/code/qr.svg';
--SET favicon = $image;
--SET manifest = '/static/upload/manifest.json';
SELECT 'dynamic' AS component, sqlpage.run_sql($inner) AS properties;