home button

This commit is contained in:
2023-09-29 16:23:26 +10:00
parent 11db41b900
commit 07d1dc4955

View File

@@ -43,12 +43,12 @@
@click="handleReload()"> @click="handleReload()">
Retry Retry
</button> </button>
<button <router-link
:to="{ name: 'home' }"
role="button" role="button"
class="font-medium block w-full md:inline-block md:w-auto px-6 py-1.5 rounded-md hover:shadow-md transition text-sm bg-sky-600 hover:bg-sky-500 text-white cursor-pointer" class="font-medium block w-full md:inline-block md:w-auto px-6 py-1.5 rounded-md hover:shadow-md transition text-sm bg-sky-600 hover:bg-sky-500 text-white cursor-pointer">
@click="handleClose()"> Home
Close </router-link>
</button>
</div> </div>
</div> </div>
</div> </div>