Skip to content

Commit

Permalink
feat: new landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed Jan 28, 2024
1 parent b70a23d commit 3c43c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import Link from 'next/link';
export const ExternalNavigation = () => {
return (
<header className="container px-4 lg:px-6 h-14 flex items-center">
<Link className="flex items-center justify-center" href="#">
<Link className="flex items-center justify-center" href="/">
<MountainIcon className="h-6 w-6" />
<span className="hidden lg:block ml-2 text-xl font-semibold text-gray-900 dark:text-gray-100">
Nextbase Open Source
Expand Down

0 comments on commit 3c43c2b

Please sign in to comment.