diff --git a/dev/templates/showcase.html.twig b/dev/templates/showcase.html.twig index 5e0f7c6..5b18ca7 100644 --- a/dev/templates/showcase.html.twig +++ b/dev/templates/showcase.html.twig @@ -28,7 +28,7 @@

Solid (all colours)

{% for colour in colours %} - {{ colour }} + {{ colour }} {% endfor %}
@@ -37,7 +37,7 @@

Outline (all colours)

{% for colour in colours %} - {{ colour }} + {{ colour }} {% endfor %}
@@ -68,7 +68,7 @@
{% for icon_sample in icon_samples %} - {{ icon_sample.label }} + {{ icon_sample.label }} {% endfor %}