fix: add hyperlink to rainbow icon in footer
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
Added a hyperlink to the rainbow icon in the footer to enhance user navigation by linking to the pride.coffee website. This improves accessibility and provides users with additional resources related to our mission.
This commit is contained in:
parent
614c1870a8
commit
4921342f1e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
class="text-muted d-flex justify-content-between align-items-center pt-3"
|
||||
>
|
||||
<p class="mb-0">Made with ❤️ and ☕ by Private.coffee</p>
|
||||
<p class="mb-0"><a href="https://git.private.coffee/privatecoffee/privatecoffee-website"><img src="https://shields.private.coffee/gitea/last-commit/privatecoffee/privatecoffee-website?gitea_url=https://git.private.coffee&logo=forgejo"></img></a> {{ "rainbow" | icon | safe }}</p>
|
||||
<p class="mb-0"><a href="https://git.private.coffee/privatecoffee/privatecoffee-website"><img src="https://shields.private.coffee/gitea/last-commit/privatecoffee/privatecoffee-website?gitea_url=https://git.private.coffee&logo=forgejo"></img></a> <a href="https://pride.coffee">{{ "rainbow" | icon | safe }}</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue