From a7aabcebef2e2bec4517a4729d0ce3909ae10698 Mon Sep 17 00:00:00 2001 From: brabli <67018167+brabli@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:20:29 +0100 Subject: [PATCH] Update showcase --- dev/templates/showcase.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}