Skip to content

Commit

Permalink
add search link
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Mar 1, 2025
1 parent 759282f commit 8250019
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ if (thisMonth <= 3) {
</NuxtLink>
</div>

<div class='search_link'>
<NuxtLink v-bind:to="{name: 'search'}">
履歴検索
</NuxtLink>
</div>

<h2>直近履歴</h2>
<ShowHistory />

Expand All @@ -42,4 +48,11 @@ h2 {
margin-left: auto;
margin-right: auto;
}
.search_link {
text-align: center;
margin-left: auto;
margin-right: auto;
}
</style>

0 comments on commit 8250019

Please sign in to comment.