Skip to content

Commit

Permalink
removed product link
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Jan 17, 2024
1 parent 5c43903 commit 48ab3ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 48ab3ee

@vercel
Copy link

@vercel vercel bot commented on 48ab3ee Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs.zuplo.site
docs-git-main.zuplopreview.net
docs.zuplopreview.net

Please sign in to comment.