<script setup>
import { Link } from '@inertiajs/vue3';
</script>
<template>
<Link :href="route('home')"><img src="/img/logo.png" class="max-h-20"></Link>
</template>