Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit b6874cf

Browse files
Fix trailing spaces lint error
1 parent d95434f commit b6874cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="hamburger" onclick="">
3131
<img src="../../static/hamburger.png" alt="Open Menu" @click="openMenu()">
3232
</div>
33-
33+
3434
<router-link class="navLink logoLink" to="/">
3535
<span><img src="../../static/logo.png" height="44px"></span>
3636
</router-link>

0 commit comments

Comments
 (0)