feat: update hover effect for back navigation link in Privacy Policy and ToS pages for consistency
This commit is contained in:
parent
c7fb46fcb3
commit
242becd9a4
2 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue