Skip to content

Commit 0306c7c

Browse files
authored
Add alert-link class to migration guide alert link (#738)
1 parent 6d5289a commit 0306c7c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/templates/partials/migration-guide-alert.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<div id="migration-guide-alert-container" style="display:none" class="mt-3 px-5">
1+
<div
2+
id="migration-guide-alert-container"
3+
style="display:none"
4+
class="mt-3 px-5"
5+
>
26
<div
37
id="migration-guide-alert"
48
class="alert alert-warning alert-dismissible mx-auto"
@@ -7,8 +11,8 @@
711
>
812
You are viewing the documentation for
913
<i>dash-bootstrap-components</i> version 1. Please check our
10-
<a href="/migration-guide">migration guide</a> if you're upgrading from
11-
version 0.13.x.
14+
<a href="/migration-guide" class="alert-link">migration guide</a> if you're
15+
upgrading from version 0.13.x.
1216
<button
1317
type="button"
1418
class="btn-close"

0 commit comments

Comments
 (0)