From 149cb5d136e1a01069f0dad8b669bef2e8c038c1 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 13 Oct 2024 22:49:14 +0800 Subject: [PATCH] refactor: remove underline in h2 warning alert (#6849) #### What type of PR is this? /area ui /kind improvement /milestone 2.20.x #### What this PR does / why we need it: before: image after: image #### Does this PR introduce a user-facing change? ```release-note None ``` --- ui/src/components/alerts/H2WarningAlert.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/src/components/alerts/H2WarningAlert.vue b/ui/src/components/alerts/H2WarningAlert.vue index 9c41bffb2..e8c8dedaf 100644 --- a/ui/src/components/alerts/H2WarningAlert.vue +++ b/ui/src/components/alerts/H2WarningAlert.vue @@ -26,8 +26,5 @@ const { data: info } = useQuery({ -