Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Mar 18, 2024
1 parent c19282d commit b8e8b82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/website/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ const ListItem = React.forwardRef<
});

const links = [
{
path: "/",
name: "features",
},
// {
// path: "/",
// name: "features",
// },
{
path: "/pricing",
name: "pricing",
Expand Down Expand Up @@ -159,7 +159,7 @@ export function Header() {
<NavigationMenuTrigger>Features</NavigationMenuTrigger>
<NavigationMenuContent>
<div className="flex">
<Link href="/engine">
{/* <Link href="/engine">
<div className="w-[250px]">
<NavigationMenuLink asChild>
<GlowingStarsBackgroundCard>
Expand All @@ -175,7 +175,7 @@ export function Header() {
</GlowingStarsBackgroundCard>
</NavigationMenuLink>
</div>
</Link>
</Link> */}
<ul className="grid w-[400px] gap-3 p-4 md:w-[500px] md:grid-cols-2 lg:w-[600px] top-8">
{components.map((component) => (
<ListItem
Expand Down

0 comments on commit b8e8b82

Please sign in to comment.