Skip to content

Commit f66029c

Browse files
committed
fix: use absolute policy links on homepage footer
1 parent a4109d3 commit f66029c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,14 @@ export default function HomePage() {
215215
color="fg.muted"
216216
>
217217
<NextLink
218-
href="/terms"
218+
href="https://kc3hack2026-9.yaken.org/terms"
219219
style={{ color: "inherit", textDecoration: "underline" }}
220220
>
221221
利用規約
222222
</NextLink>
223223
<Text color="gray.400">/</Text>
224224
<NextLink
225-
href="/privacy"
225+
href="https://kc3hack2026-9.yaken.org/privacy"
226226
style={{ color: "inherit", textDecoration: "underline" }}
227227
>
228228
プライバシーポリシー

0 commit comments

Comments
 (0)