We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5cc75 commit 5a53184Copy full SHA for 5a53184
apps/web/src/components/landing-sections/navbar.tsx
@@ -105,7 +105,7 @@ const Navbar = () => {
105
</Link>
106
<Link href="/dashboard/home" className="cursor-pointer z-30">
107
<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"/>
+ <Terminal className="w-4 h-4 md:w-5 md:h-5" />
109
<span>Get Started</span>
110
</PrimaryButton>
111
0 commit comments