Skip to content

Commit

Permalink
+ add size attribute to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidKonkol committed Mar 3, 2024
1 parent 7273515 commit 5eb24ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="Navbar">
<nav class="nav">
<div class="container">
<NuxtLink to="/" class="nav__brand" aria-label="Go to homepage"><NuxtImg src="/images/logo/nuxt.svg" alt="Nuxt logo"/></NuxtLink>
<NuxtLink to="/" class="nav__brand" aria-label="Go to homepage"><NuxtImg src="/images/logo/nuxt.svg" alt="Nuxt logo" height="60" width="60"/></NuxtLink>
<button class="nav__toggler" type="button" aria-label="Toggle navigation" @click="active = !active">
<div class="nav__toggler--btn" :class="{ 'active': active }">
<span></span>
Expand Down

0 comments on commit 5eb24ac

Please sign in to comment.