Add homepage link on Header logo

This commit is contained in:
2020-10-04 15:35:18 +02:00
parent 1cc1399ae1
commit 77c71182b0

View File

@@ -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>