feat: add back navigation link to Privacy Policy and ToS pages for improved user experience

This commit is contained in:
암냥 2026-06-25 20:18:40 +09:00
commit c7fb46fcb3
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@ import Link from "next/link";
export default function PrivacyPage() {
return (
<div className="flex flex-col h-screen items-start justify-start p-6 max-w-[1000px] mx-auto">
<a href="/" className="text-sm text-foreground/80 hover:bg-accent"> Back</a>
<h1 className="font-bold text-4xl">akiyama.mizuki.guru </h1>
<p> 1</p>
<p className="mt-4">

View file

@ -1,6 +1,8 @@
export default function ToS() {
return (
<div className="flex flex-col h-screen items-start justify-start p-6 max-w-[1000px] w-full mx-auto">
<a href="/" className="text-sm text-foreground/80 hover:bg-accent"> Back</a>
<h1 className="font-bold text-4xl">akiyama.mizuki.guru </h1>
<p> 1</p>
<h2 className="text-xl font-semibold mt-6" id="0">0. </h2>