2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Use a link helper instead of the text color utility

This commit is contained in:
Martijn Cuppens
2020-03-20 12:34:13 +01:00
parent c51e9fa4ee
commit 25d2eac45b
6 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<p class="text-muted mb-0">
Currently <strong>v{{ .Site.Params.current_version }}</strong>
<span class="px-1">&middot;</span>
<a href="/docs/versions/" class="text-muted">Previous releases</a>
<a href="/docs/versions/" class="link-secondary">Previous releases</a>
</p>
</div>
</div>