Add homepage link on Header logo
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<a-layout-header>
|
<a-layout-header>
|
||||||
|
<nuxt-link to="/">
|
||||||
<h1>
|
<h1>
|
||||||
<Logo />
|
<Logo />
|
||||||
<span>MovieFinder</span>
|
<span>MovieFinder</span>
|
||||||
</h1>
|
</h1>
|
||||||
<h2>Get infos on latest movies / TV Shows</h2>
|
</nuxt-link>
|
||||||
|
|
||||||
|
<h2>Get infos on latest movies</h2>
|
||||||
</a-layout-header>
|
</a-layout-header>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user