fix(web): avoid unnecessary redirects
This commit is contained in:
parent
d1c623604d
commit
d7143d6afc
@ -100,7 +100,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
class="contents"
|
class="contents"
|
||||||
href="https://www.github.com/wanhose/cookie-dialog-monster"
|
href="https://github.com/wanhose/cookie-dialog-monster"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
title="GitHub"
|
title="GitHub"
|
||||||
>
|
>
|
||||||
@ -313,7 +313,7 @@
|
|||||||
<h3 class="font-medium mt-4 text-lg text-secondary">Open source</h3>
|
<h3 class="font-medium mt-4 text-lg text-secondary">Open source</h3>
|
||||||
<p class="mt-2 text-gray-500">
|
<p class="mt-2 text-gray-500">
|
||||||
Feel free to contribute to our
|
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
|
GitHub repository
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -442,9 +442,7 @@
|
|||||||
<div class="max-w-5xl mx-auto">
|
<div class="max-w-5xl mx-auto">
|
||||||
<p class="text-center text-white text-sm">
|
<p class="text-center text-white text-sm">
|
||||||
An open source project built by you and
|
An open source project built by you and
|
||||||
<a class="hover:underline" href="https://www.github.com/wanhose" target="_blank">
|
<a class="hover:underline" href="https://github.com/wanhose" target="_blank"> wanhose</a>
|
||||||
wanhose
|
|
||||||
</a>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user