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 21ed3f7 commit 9d49f47Copy full SHA for 9d49f47
1 file changed
theme/partials/content.html
@@ -1,6 +1,6 @@
1
{# Warning message for older versions #}
2
{% if page.url != '' and config.extra.current_version != Undefined and page.url[:2] != config.extra.current_version %}
3
- <div class="alert alert-danger" role="alert">
+ <div class="alert alert-danger alert-caution" role="alert">
4
<p class="mb-0">
5
The documentation you are viewing is for an older version of this component.<br>
6
<a href="{{ nav.homepage.url|url }}">Switch to the latest ({{ config.extra.current_version }}) version.</a>
0 commit comments