summaryrefslogtreecommitdiffstats
path: root/tpl/objects/icon.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-20 16:48:54 +0100
committerVolpeon <git@volpeon.ink>2023-01-20 16:48:54 +0100
commitb34545ce5a694a0042f2d1dfbbfad7bfee713c2d (patch)
treed0f58f4115dc19e2e02d1e7363c3feb45418a4d1 /tpl/objects/icon.pug
parentImproved heading structure (diff)
downloadiro-design-b34545ce5a694a0042f2d1dfbbfad7bfee713c2d.tar.gz
iro-design-b34545ce5a694a0042f2d1dfbbfad7bfee713c2d.tar.bz2
iro-design-b34545ce5a694a0042f2d1dfbbfad7bfee713c2d.zip
Fixed flaws
Diffstat (limited to 'tpl/objects/icon.pug')
-rw-r--r--tpl/objects/icon.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/icon.pug b/tpl/objects/icon.pug
index 67bcf37..98d51ad 100644
--- a/tpl/objects/icon.pug
+++ b/tpl/objects/icon.pug
@@ -9,5 +9,5 @@ mixin icon(id)
9 classes[attributes.class] = true; 9 classes[attributes.class] = true;
10 } 10 }
11 11
12 svg(class=classes width='1em' height='1em') 12 svg(class=classes)
13 use(href=href) 13 use(href=href)