Forgot to commit the home.vue file last commit 💀

This commit is contained in:
yuanhau 2025-05-18 23:16:52 +08:00
parent a5a3519111
commit 2faaf3941c

View file

@ -126,7 +126,7 @@ onMounted(() => {
<span>{{ t("home.startusing") }}</span> <span>{{ t("home.startusing") }}</span>
</button> </button>
</NuxtLink> </NuxtLink>
<NuxtLink :to="localePath('/docs/gettingstarted')"> <NuxtLink :to="localePath('/docs/')">
<button <button
class="m-4 ml-1 mr-1 bg-[#8C9393] text-white p-3 rounded-[10px] bg-gray-700 transition-all duration-150 hover:transform hover:scale-105 hover:shadow-lg" class="m-4 ml-1 mr-1 bg-[#8C9393] text-white p-3 rounded-[10px] bg-gray-700 transition-all duration-150 hover:transform hover:scale-105 hover:shadow-lg"
> >