fix: add hyperlink to rainbow icon in footer
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:
Kumi 2024-07-11 21:55:17 +02:00
parent 614c1870a8
commit 4921342f1e
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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>