feat: update hover effect for back navigation link in Privacy Policy and ToS pages for consistency

This commit is contained in:
암냥 2026-06-25 20:19:29 +09:00
commit 242becd9a4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +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>
<a href="/" className="text-sm text-foreground/80 hover:text-foreground"> Back</a>
<h1 className="font-bold text-4xl">akiyama.mizuki.guru </h1>
<p> 1</p>
<p className="mt-4">

View file

@ -1,7 +1,7 @@
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>
<a href="/" className="text-sm text-foreground/80 hover:text-foreground"> Back</a>
<h1 className="font-bold text-4xl">akiyama.mizuki.guru </h1>
<p> 1</p>