Feature/icon text (#3230)

* Init icon text, Remove old new-tag elements

* Improve icon text

* Fix icon text docs

* Update sidebar

* Update changelog
This commit is contained in:
Jeremy Thomas
2021-01-03 14:31:36 +00:00
committed by GitHub
parent 30af49b35f
commit b41514f85b
31 changed files with 290 additions and 55 deletions

View File

@@ -3,7 +3,7 @@
<div class="tags has-addons">
{% if tag_version_value > current_version_value %}
<span class="tag is-warning">Coming soon!</span>
<span class="tag is-warning is-light">Coming soon!</span>
{% elsif tag_version_value == current_version_value %}
<span class="tag">New!</span>
<span class="tag is-success">{{ include.version }}</span>