Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Sep 8, 2022
1 parent 180f22f commit 3962e25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Layout/LayoutHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"
>
<div class="container flex flex-wrap justify-between items-center mx-auto font-medium text-secondary-content">
<a
href="/"
<router-link
to="/"
class="flex items-center text-primary-content"
>
<img
Expand All @@ -31,7 +31,7 @@
<span>
{{ header_logo_text }}
</span>
</a>
</router-link>

<NavbarMobile />

Expand Down

0 comments on commit 3962e25

Please sign in to comment.