Files
evilspins/appOLDD/components/Logo.vue
valere b9a3d0184f
All checks were successful
Deploy App / build (push) Successful in 10s
Deploy App / deploy (push) Successful in 11s
yeah
2026-02-02 21:00:28 +01:00

7 lines
154 B
Vue

<template>
<header class="py-4">
<img class="logo w-80" src="/logo.svg" alt="" >
<h1 class="text-center">mix-tapes</h1>
</header>
</template>