From 929376dd2df33c607c5fa22b2febfd59b63489f9 Mon Sep 17 00:00:00 2001 From: Minh Vu Date: Wed, 15 Jul 2026 15:42:16 +1000 Subject: [PATCH] style: update theme page workflow cards --- .../layout/theme-layout/theme-layout.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/features/themes/layout/theme-layout/theme-layout.component.html b/src/app/features/themes/layout/theme-layout/theme-layout.component.html index e559d08..2ef496d 100644 --- a/src/app/features/themes/layout/theme-layout/theme-layout.component.html +++ b/src/app/features/themes/layout/theme-layout/theme-layout.component.html @@ -32,7 +32,7 @@

{{ workflow.label }}

@for (tool of workflow.tools; track tool.id) {
  • {{ workflow.label }} }
    - Launch workflow - + View workflow +
    }