Skip to content

Commit

Permalink
minior edit, need to import askaicomp when we are ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Codehagen committed Jan 14, 2024
1 parent 6511572 commit 7fb0573
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/layout/main-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export function MainNav({ items, children }: MainNavProps) {
};
}, [showMobileMenu]);

//TODO Import the AskAicomp - Make the line streight etc.

return (
<div className="flex gap-6 md:gap-10">
<Link href="/" className="hidden items-center space-x-2 md:flex">
Expand All @@ -63,7 +65,8 @@ export function MainNav({ items, children }: MainNavProps) {
{item.title}
</Link>
))}
<AskAIComponent />

{/* <AskAIComponent /> */}
</nav>
) : null}
<button
Expand Down

0 comments on commit 7fb0573

Please sign in to comment.