base
This commit is contained in:
16
app/components/Header/HeaderLogo.vue
Normal file
16
app/components/Header/HeaderLogo.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div class="logo">
|
||||
<NuxtLink to="/">
|
||||
<img src="/logo.png" alt="" srcset="" />
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.logo {
|
||||
a {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user