Init commit
This commit is contained in:
10
resources/js/Components/Layout/AppLogo.vue
Normal file
10
resources/js/Components/Layout/AppLogo.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<script setup>
|
||||
import { appName } from '@/app.ts'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<router-link class="flex justify-center items-center gap-3" to="/">
|
||||
<img src="@/Assets/logo.png" alt="logo DatBrowser" class="h-20" />
|
||||
<h1 class="text-xl font-display select-none">{{ appName }}</h1>
|
||||
</router-link>
|
||||
</template>
|
Reference in New Issue
Block a user