Skip to content

Commit 7af833d

Browse files
committed
Add 'BLOG' link to navigation in AppHeader components
1 parent 1d14f05 commit 7af833d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/AppHeader.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default {
2424
drawer: false,
2525
pages: [
2626
{ title: 'VENUE', to: 'https://www.otsu-dengei.jp/' },
27+
{ title: 'BLOG', to: 'https://note.com/kanrk' },
2728
{ title: 'POLICIES', to: '/policies' },
2829
{ title: 'ABOUT', to: '/about' },
2930
],

components/AppHeaderIndex.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default {
2424
drawer: false,
2525
pages: [
2626
{ title: 'VENUE', to: 'https://www.otsu-dengei.jp/' },
27+
{ title: 'BLOG', to: 'https://note.com/kanrk' },
2728
{ title: 'POLICIES', to: '/policies' },
2829
{ title: 'ABOUT', to: '/about' },
2930
],

0 commit comments

Comments
 (0)