mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: use absolute paths for footer anchor links so they work from all pages
This commit is contained in:
@@ -4,8 +4,8 @@ const columns = [
|
||||
{
|
||||
title: "Product",
|
||||
links: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Features", href: "/#features" },
|
||||
{ label: "Pricing", href: "/#pricing" },
|
||||
{ label: "Enterprise", href: "/contact" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user