Skip to content

Commit 5a53184

Browse files
committed
chore: fix typo in navbar
1 parent ba5cc75 commit 5a53184

File tree

1 file changed

+1
-1
lines changed
  • apps/web/src/components/landing-sections

1 file changed

+1
-1
lines changed

apps/web/src/components/landing-sections/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const Navbar = () => {
105105
</Link>
106106
<Link href="/dashboard/home" className="cursor-pointer z-30">
107107
<PrimaryButton classname="px-3 py-2 text-sm whitespace-nowrap md:px-5 md:py-3 md:text-base">
108-
<Terminal className="w-4 h-4 md:w-5 md:h-5"/>
108+
<Terminal className="w-4 h-4 md:w-5 md:h-5" />
109109
<span>Get Started</span>
110110
</PrimaryButton>
111111
</Link>

0 commit comments

Comments
 (0)