fixed ProductiVue redirect

This commit is contained in:
liyunze 2024-01-08 11:56:50 +08:00
parent cf91d4e4d1
commit 24f19db909

View file

@ -514,14 +514,14 @@
max-w-full" max-w-full"
> >
<a <a
href="https://hex-guess.vercel.app/" href="https://www.github.com/liyunze-coding/ProductiVue"
target="_blank" target="_blank"
class="absolute [transform:translateX(-50%)_translateY(-50%)] top-1/2 left-1/2 class="absolute [transform:translateX(-50%)_translateY(-50%)] top-1/2 left-1/2
px-5 py-3 bg-blue-500 rounded-xl opacity-1 px-5 py-3 bg-blue-500 rounded-xl opacity-1
font-bold font-bold
transition-colors duration-300 transition-colors duration-300
hover:bg-white hover:text-blue-500 hover:bg-white hover:text-blue-500
">Visit site</a ">View Repo</a
> >
</div> </div>
</div> </div>