diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-01-27 10:43:29 +0200 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-01-27 10:43:29 +0200 |
commit | 8dd25fab185f5e1d7dc2db10a833b4977f801cd5 (patch) | |
tree | 5a8a2f7b93f65b4faa60debae2b44d31f979775c /layouts/partials/index/components.html | |
parent | 5f364a5ef49c6ace597399442ba3556be2cfee89 (diff) |
Fixing a11y, colors, UX, minor cleanup
Diffstat (limited to 'layouts/partials/index/components.html')
-rw-r--r-- | layouts/partials/index/components.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/index/components.html b/layouts/partials/index/components.html index 9424cd0..128b887 100644 --- a/layouts/partials/index/components.html +++ b/layouts/partials/index/components.html @@ -31,13 +31,13 @@ <span class="component-status"> {{ if $thisIsDown }} - {{ T "thisIsDown" }} + <b>{{ T "thisIsDown" }}</b> {{ else }} {{ if $thisIsDisrupted }} - {{ T "thisIsDisrupted" }} + <b>{{ T "thisIsDisrupted" }}</b> {{ else }} {{ if $thisIsNotice }} - {{ T "thisIsNotice" }} + <b>{{ T "thisIsNotice" }}</b> {{ else }} {{ T "thisIsOk" }} {{ end }}{{ end }}{{ end }} |