Skip to content

Commit 9d49f47

Browse files
committed
Tweak caution boxes
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 21ed3f7 commit 9d49f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme/partials/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{# Warning message for older versions #}
22
{% 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">
3+
<div class="alert alert-danger alert-caution" role="alert">
44
<p class="mb-0">
55
The documentation you are viewing is for an older version of this component.<br>
66
<a href="{{ nav.homepage.url|url }}">Switch to the latest ({{ config.extra.current_version }}) version.</a>

0 commit comments

Comments
 (0)