mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
Refactor: Remove '#' from slug for consistency in features
This commit is contained in:
parent
651f984e52
commit
b050e01335
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ export const marketingConfig: MarketingConfig = {
|
|||
mainNav: [
|
||||
{
|
||||
title: "Features",
|
||||
href: "/#features",
|
||||
href: "/features",
|
||||
},
|
||||
{
|
||||
title: "Pricing",
|
||||
|
|
|
|||
Loading…
Reference in a new issue