Skip to content

Commit 16a56ba

Browse files
Docs: only mention Bootstrap 6 and 5 in footer
1 parent da8d86c commit 16a56ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/footer/Footer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ import { getVersionedDocsPath } from '@libs/path'
5757
<h5>Projects</h5>
5858
<ul class="list-unstyled">
5959
<li class="mb-2">
60-
<a href={`${getConfig().github_org}/bootstrap`} target="_blank" rel="noopener">Bootstrap 5</a>
60+
<a href={`${getConfig().github_org}/bootstrap`} target="_blank" rel="noopener">Bootstrap 6</a>
6161
</li>
6262
<li class="mb-2">
63-
<a href={`${getConfig().github_org}/bootstrap/tree/v4-dev`} target="_blank" rel="noopener">Bootstrap 4</a>
63+
<a href={`${getConfig().github_org}/bootstrap/tree/v5-dev`} target="_blank" rel="noopener">Bootstrap 5</a>
6464
</li>
6565
<li class="mb-2"><a href={`${getConfig().github_org}/icons`} target="_blank" rel="noopener">Icons</a></li>
6666
<li class="mb-2">

0 commit comments

Comments
 (0)