summaryrefslogtreecommitdiffstats
path: root/tpl/views/bubble-group.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/views/bubble-group.pug')
-rw-r--r--tpl/views/bubble-group.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/views/bubble-group.pug b/tpl/views/bubble-group.pug
index 19b06c4..8464bc7 100644
--- a/tpl/views/bubble-group.pug
+++ b/tpl/views/bubble-group.pug
@@ -22,11 +22,11 @@ mixin view-bubble-group
22 +bubble-group('Volpeon') 22 +bubble-group('Volpeon')
23 +bubble()(class='l-bubble-group__bubble') 23 +bubble()(class='l-bubble-group__bubble')
24 +slot('header') 24 +slot('header')
25 .l-card.l-card--flush 25 .l-media.l-media--flush
26 .l-card__block.l-card__block--main 26 .l-media__block.l-media__block--main
27 strong= 'Volpeon' 27 strong= 'Volpeon'
28 small.u-ml-100= '@volpeon@mk.vulpes.one' 28 small.u-ml-100= '@volpeon@mk.vulpes.one'
29 small.l-card__block 29 small.l-media__block
30 = '5 minutes ago' 30 = '5 minutes ago'
31 +icon('lock')(class='u-ml-100') 31 +icon('lock')(class='u-ml-100')
32 +slot('body')= 'Full width bubbles test' 32 +slot('body')= 'Full width bubbles test'