Skip to content

Commit

Permalink
ニュースに関するリンクの位置を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkfx committed Jun 24, 2024
1 parent 5c70cd1 commit 3d108c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/components/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ export const Page: React.FC<{
<Link to={"/term/"} className="navbar-item">
利用規約
</Link>
<Link to={"/news/"} className="navbar-item">
ニュース
</Link>
<Link to={"/how_to_use/"} className="navbar-item">
使い方
</Link>
Expand All @@ -105,6 +102,9 @@ export const Page: React.FC<{
<Link to={"/update_history/"} className="navbar-item">
変更履歴
</Link>
<Link to={"/news/"} className="navbar-item">
ニュース
</Link>
<a
href="https://hiho.fanbox.cc/"
target={"_blank"}
Expand Down
16 changes: 8 additions & 8 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,6 @@ const Main = React.memo(
利用規約
</Link>
</li>
<li>
<Link
to={"/news/"}
className="has-text-weight-bold is-underlined"
>
ニュース
</Link>
</li>
<li>
<Link
to={"/how_to_use/"}
Expand Down Expand Up @@ -348,6 +340,14 @@ const Main = React.memo(
変更履歴
</Link>
</li>
<li>
<Link
to={"/news/"}
className="has-text-weight-bold is-underlined"
>
ニュース
</Link>
</li>
<li>
<a
href="https://hiho.fanbox.cc/"
Expand Down

0 comments on commit 3d108c8

Please sign in to comment.