From 387651e5fa3ba76ce13d19823e51f5acee6a0e02 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 17 Feb 2025 11:13:16 +0100 Subject: [PATCH] refactor(ui): dont default force-underline action links in header and section components --- front/src/components/ui/Header.vue | 2 +- front/src/components/ui/Section.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/components/ui/Header.vue b/front/src/components/ui/Header.vue index 9b2d44629..a330c17b1 100644 --- a/front/src/components/ui/Header.vue +++ b/front/src/components/ui/Header.vue @@ -43,7 +43,7 @@ const { style, ...fallthroughProps } = useAttrs() {{ action?.text }} diff --git a/front/src/components/ui/Section.vue b/front/src/components/ui/Section.vue index c51e6db2e..2d30777e9 100644 --- a/front/src/components/ui/Section.vue +++ b/front/src/components/ui/Section.vue @@ -50,7 +50,7 @@ const headerGrid =