We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e167c8 commit 92b5e91Copy full SHA for 92b5e91
src/app/components/Footer/index.tsx
@@ -24,7 +24,7 @@ export default function Footer() {
24
使い方
25
</Link>
26
<Link
27
- href="#"
+ href="/notion"
28
className="hover:bg-surface-variant hover:text-white px-2 py-1 rounded transition duration-200"
29
>
30
履修上の注意
src/app/components/Header/index.tsx
@@ -41,11 +41,6 @@ export default function Header() {
41
/>
42
</a>
43
</div>
44
- <div>
45
- <a href="/notion">
46
- <span className="flex space-x-3">履修上の注意</span>
47
- </a>
48
- </div>
49
<div className="flex space-x-4">
50
<button>
51
{theme === "light" ? (
0 commit comments