Sort of working beta
This commit is contained in:
@ -3,8 +3,8 @@ import { appName } from '@/app.ts'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<router-link class="flex justify-center items-center gap-3" to="/">
|
||||
<Link class="flex justify-center items-center gap-3" href="/">
|
||||
<img src="@/Assets/logo.png" alt="logo DatBrowser" class="h-20" />
|
||||
<h1 class="text-xl font-display select-none">{{ appName }}</h1>
|
||||
</router-link>
|
||||
</Link>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user