Skip to content

Commit

Permalink
Merge pull request #13 from nemtus/fix-wrong-link
Browse files Browse the repository at this point in the history
fix: wrong link
  • Loading branch information
YasunoriMATSUOKA authored Mar 15, 2024
2 parents 2b5b832 + 9de1859 commit 61910b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="header-content-area-inner">
<ul class="header-list">
<li><a href="/">HOME</a></li>
<li><a href="https://nemtus-hackathon.web.app/">提出作品一覧</a></li>
<li><a href="https://nemtus-hackathon.web.app/years/2024/results">提出作品一覧</a></li>
<!-- <li><a href="/">受賞作品一覧</a></li> -->
</ul>

Expand All @@ -57,7 +57,7 @@
<div class="drawer-content">
<ul class="drawer-content-items">
<li class="drawer-content-item"><a href="/">HOME</a></li>
<li class="drawer-content-item"><a href="https://nemtus-hackathon.web.app/">提出作品一覧</a></li>
<li class="drawer-content-item"><a href="https://nemtus-hackathon.web.app/years/2024/results">提出作品一覧</a></li>
<!--<li class="drawer-content-item"><a href="/">受賞作品一覧</a></li> -->
</ul>
</div>
Expand Down

0 comments on commit 61910b4

Please sign in to comment.