We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bc505 commit bc474a4Copy full SHA for bc474a4
website_and_docs/layouts/partials/alerts.html
@@ -19,8 +19,6 @@ <h2 class="alert-heading pb-3 text-center">{{ .title }}</h2>
19
{{ markdownify .p3 }}
20
{{ end }}
21
</div>
22
- <button type="button" class="close" data-bs-dismiss="alert" aria-label="Close">
23
- <span aria-hidden="true">×</span>
24
- </button>
+ <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
25
26
0 commit comments