1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02: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

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>