Skip to content

Commit

Permalink
refactor: remove underline in h2 warning alert (#6849)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/area ui
/kind improvement
/milestone 2.20.x

#### What this PR does / why we need it:

before:

<img width="804" alt="image" src="https://github.com/user-attachments/assets/3d55d7d2-1dfa-4988-afbd-dd502e54fdb2">

after:

<img width="806" alt="image" src="https://github.com/user-attachments/assets/6194d995-b6f1-404a-820d-b667ccfab9f1">

#### Does this PR introduce a user-facing change?

```release-note
None
```
  • Loading branch information
ruibaby authored Oct 13, 2024
1 parent 7c6a8e9 commit 149cb5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/src/components/alerts/H2WarningAlert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ const { data: info } = useQuery<Info>({
<template #description>
{{ $t("core.components.h2_warning_alert.description") }}
</template>
<template #actions>
<slot name="actions" />
</template>
</VAlert>
</template>

0 comments on commit 149cb5d

Please sign in to comment.