summaryrefslogtreecommitdiffstats
path: root/tpl/views/badge.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/views/badge.pug')
-rw-r--r--tpl/views/badge.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/views/badge.pug b/tpl/views/badge.pug
index cc1f346..90fdabe 100644
--- a/tpl/views/badge.pug
+++ b/tpl/views/badge.pug
@@ -59,7 +59,7 @@ mixin view-badge
59 - 59 -
60 const bg = theme.startsWith('static-black') ? 500 : 1000; 60 const bg = theme.startsWith('static-black') ? 500 : 1000;
61 61
62 .c-box(style=`background-color: var(--colors--blue-static--${bg});`) 62 .c-box(style=`background-color: var(--static-colors--blue--${bg});`)
63 +badge(theme)(href='#')= 'new' 63 +badge(theme)(href='#')= 'new'
64 = ' ' 64 = ' '
65 +badge(theme)(quiet=true href='#')= 'new' 65 +badge(theme)(quiet=true href='#')= 'new'