initial
This commit is contained in:
10
apps/client/components/navigation/logo.vue
Normal file
10
apps/client/components/navigation/logo.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<NuxtLink to="/projects">
|
||||
<img
|
||||
class="app-logo__img"
|
||||
src="/logo-with-text.svg"
|
||||
alt="logo"
|
||||
draggable="false"
|
||||
>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
Reference in New Issue
Block a user