We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5289a commit 0306c7cCopy full SHA for 0306c7c
docs/templates/partials/migration-guide-alert.html
@@ -1,4 +1,8 @@
1
-<div id="migration-guide-alert-container" style="display:none" class="mt-3 px-5">
+<div
2
+ id="migration-guide-alert-container"
3
+ style="display:none"
4
+ class="mt-3 px-5"
5
+>
6
<div
7
id="migration-guide-alert"
8
class="alert alert-warning alert-dismissible mx-auto"
@@ -7,8 +11,8 @@
11
>
12
You are viewing the documentation for
9
13
<i>dash-bootstrap-components</i> version 1. Please check our
10
- <a href="/migration-guide">migration guide</a> if you're upgrading from
- 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.
16
<button
17
type="button"
18
class="btn-close"
0 commit comments