Skip to content

Commit bc474a4

Browse files
committed
fix alert closing
[deploy site]
1 parent c1bc505 commit bc474a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website_and_docs/layouts/partials/alerts.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ <h2 class="alert-heading pb-3 text-center">{{ .title }}</h2>
1919
{{ markdownify .p3 }}
2020
{{ end }}
2121
</div>
22-
<button type="button" class="close" data-bs-dismiss="alert" aria-label="Close">
23-
<span aria-hidden="true">&times;</span>
24-
</button>
22+
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
2523
</div>
2624
</div>

0 commit comments

Comments
 (0)