From 48ab3eec9c20aa615e50770e3eafc85da952e925 Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Wed, 17 Jan 2024 17:35:11 -0500 Subject: [PATCH] removed product link --- src/components/Header.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 2027a316..9df1c97a 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -11,10 +11,10 @@ import { Search } from "@/components/Search"; import { ThemeSelector } from "@/components/ThemeSelector"; const links = [ - { - href: "https://zuplo.com/features", - name: "Product", - }, + // { + // href: "https://zuplo.com/features", + // name: "Product", + // }, { href: "/", name: "Docs",