mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add analytic page link in navbar
This commit is contained in:
@@ -48,6 +48,10 @@ export default function Navbar() {
|
||||
target: "_blank",
|
||||
},
|
||||
{ href: "/showcase", label: "Showcase" },
|
||||
{
|
||||
href: "/analytics",
|
||||
label: "Analytics",
|
||||
},
|
||||
{ href: "/docs", label: "Docs" },
|
||||
{
|
||||
href: "https://www.npmjs.com/package/create-better-t-stack",
|
||||
@@ -69,6 +73,10 @@ export default function Navbar() {
|
||||
target: "_blank",
|
||||
},
|
||||
{ href: "/showcase", label: "Showcase" },
|
||||
{
|
||||
href: "/analytics",
|
||||
label: "Analytics",
|
||||
},
|
||||
{ href: "/docs", label: "Docs" },
|
||||
{
|
||||
href: "https://www.npmjs.com/package/create-better-t-stack",
|
||||
|
||||
Reference in New Issue
Block a user