summaryrefslogtreecommitdiffstats
path: root/tpl/index.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/index.pug')
-rw-r--r--tpl/index.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/index.pug b/tpl/index.pug
index c42c48f..dc037f5 100644
--- a/tpl/index.pug
+++ b/tpl/index.pug
@@ -28,7 +28,7 @@ mixin user-card(name, hue)
28 - 28 -
29 const avaName = name.slice(0, 1) 29 const avaName = name.slice(0, 1)
30 30
31 .l-card.l-card--flush.l-card--sm 31 .l-card.l-card--flush.l-card--75
32 +avatar(block=true size='xs' class='l-card__block' hue=hue) 32 +avatar(block=true size='xs' class='l-card__block' hue=hue)
33 = avaName 33 = avaName
34 = name 34 = name