Fix header redirection
This commit is contained in:
parent
16b121b598
commit
a022c4dbfc
@ -2,14 +2,14 @@
|
||||
<div class="home-header">
|
||||
<div class="container">
|
||||
<header>
|
||||
<a class="brand" href="/">
|
||||
<router-link class="brand" :to="{ name: 'index' }">
|
||||
<img
|
||||
class="brand-logo"
|
||||
src="//via.placeholder.com/256"
|
||||
alt="Brand Logo"
|
||||
/>
|
||||
<span class="brand-name">Daniel de Cloet</span>
|
||||
</a>
|
||||
</router-link>
|
||||
<nav class="site-nav">
|
||||
<site-nav></site-nav>
|
||||
</nav>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user