Files
takerofnotes-website/components/Logo.vue
2026-03-17 23:07:22 -04:00

8 lines
192 B
Vue

<template>
<div style="margin-top: 20px; margin-bottom: 10px">
<a href="/">
<img src="../assets/logo.svg" height="64" width="64" />
</a>
</div>
</template>