Fix double arrow on about/static back-home links.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
863643aa33
commit
2fa59f0cd4
@ -12,7 +12,7 @@ export default function AboutClient() {
|
||||
<SiteShell>
|
||||
<div className="legal-page about-page">
|
||||
<nav className="detail-nav">
|
||||
<Link href="/">← {t.common.backHome}</Link>
|
||||
<Link href="/">{t.common.backHome}</Link>
|
||||
</nav>
|
||||
<article className="legal-content">
|
||||
<span className="section-tag">{A.tag}</span>
|
||||
|
||||
@ -9,7 +9,7 @@ export default function StaticPage({ page }: { page: StaticPageDef }) {
|
||||
return (
|
||||
<div className="legal-page">
|
||||
<nav className="detail-nav">
|
||||
<Link href="/">← {t.common.backHome}</Link>
|
||||
<Link href="/">{t.common.backHome}</Link>
|
||||
</nav>
|
||||
<article className="legal-content reveal">
|
||||
<span className="section-tag">{page.tag}</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user