fix(web): avoid unnecessary redirects

This commit is contained in:
wanhose 2023-06-13 17:23:15 +02:00
parent d1c623604d
commit d7143d6afc

View File

@ -100,7 +100,7 @@
</a>
<a
class="contents"
href="https://www.github.com/wanhose/cookie-dialog-monster"
href="https://github.com/wanhose/cookie-dialog-monster"
target="_blank"
title="GitHub"
>
@ -313,7 +313,7 @@
<h3 class="font-medium mt-4 text-lg text-secondary">Open source</h3>
<p class="mt-2 text-gray-500">
Feel free to contribute to our
<a href="https://www.github.com/wanhose/cookie-dialog-monster/pulls" target="_blank">
<a href="https://github.com/wanhose/cookie-dialog-monster/pulls" target="_blank">
GitHub repository
</a>
</p>
@ -442,9 +442,7 @@
<div class="max-w-5xl mx-auto">
<p class="text-center text-white text-sm">
An open source project built by you and
<a class="hover:underline" href="https://www.github.com/wanhose" target="_blank">
wanhose
</a>
<a class="hover:underline" href="https://github.com/wanhose" target="_blank"> wanhose</a>
</p>
</div>
</footer>