first commit
This commit is contained in:
3
components/layout/full/logo/Logo.vue
Normal file
3
components/layout/full/logo/Logo.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<LayoutFullLogoDark />
|
||||
</template>
|
||||
10
components/layout/full/logo/LogoDark.vue
Normal file
10
components/layout/full/logo/LogoDark.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import Logoimg from "/images/logos/logo.svg";
|
||||
</script>
|
||||
<template>
|
||||
<div class="logo">
|
||||
<NuxtLink to="/">
|
||||
<img :src="Logoimg" alt="home" />
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user