Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Commit c5b442e

Browse files
committed
Change capitalization of Logo usage to match Vue guidelines
1 parent 8ab4367 commit c5b442e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="layout">
33
<div class="header">
44
<!-- This link is an n-link because it links to another Nuxt route -->
5-
<n-link class="logo" to="/"><logo/></n-link>
5+
<n-link class="logo" to="/"><Logo/></n-link>
66
</div>
77
<nuxt class="content" />
88
<div class="footer">

0 commit comments

Comments
 (0)