Эх сурвалжийг харах

update shell with image and link

Daniel Sheffield 8 сар өмнө
parent
commit
76aafade12

+ 2 - 0
sqlpage/sqlpage/internal/theme.sql

@@ -1,4 +1,6 @@
 SELECT 'shell' AS component
 , 'dark' AS theme
 , $title AS title
+, '/grocery/'||lower($title)||'.sql' AS link
+, '/grocery/favicon.svg' AS image
 ;