Skip to content

Commit 92b5e91

Browse files
committed
リンクをヘッダーからフッターに移行
1 parent 5e167c8 commit 92b5e91

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/app/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Footer() {
2424
使い方
2525
</Link>
2626
<Link
27-
href="#"
27+
href="/notion"
2828
className="hover:bg-surface-variant hover:text-white px-2 py-1 rounded transition duration-200"
2929
>
3030
履修上の注意

src/app/components/Header/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ export default function Header() {
4141
/>
4242
</a>
4343
</div>
44-
<div>
45-
<a href="/notion">
46-
<span className="flex space-x-3">履修上の注意</span>
47-
</a>
48-
</div>
4944
<div className="flex space-x-4">
5045
<button>
5146
{theme === "light" ? (

0 commit comments

Comments
 (0)