huge speed boost

This commit is contained in:
Tabby 2025-05-02 21:31:24 +10:00
parent 3ab088dd0a
commit dbdca34574
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
<template>
<div class="button-box">
<a class="big-button" :href="props.href">
<NuxtLink class="big-button" :to="props.href">
<h2>{{props.text}}</h2>
</a>
</NuxtLink >
</div>
</template>