mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 13:32:06 +07:00
Refactor public legal URLs and fix broken links
This commit is contained in:
@@ -41,7 +41,7 @@ export default function Footer() {
|
||||
{legalPages.map((page) => (
|
||||
<Link
|
||||
key={page.slug}
|
||||
href={`/legal/view?slug=${page.slug}`}
|
||||
href={`/legal?page=${page.slug}`}
|
||||
className="hover:text-brand-500 transition-colors"
|
||||
>
|
||||
{page.title}
|
||||
|
||||
Reference in New Issue
Block a user