Update LandingPageLayout.tsx

This commit is contained in:
Arjun Patel
2022-01-26 22:58:40 -08:00
parent b37dafa5aa
commit d2688ee62e
+4 -4
View File
@@ -142,10 +142,10 @@ export default function LangingPageLayout({ children }) {
<span className="flex flex-col items-start text-gray-200">
<span className="font-bold text-white text-lg">Product</span>
<a onClick={() => window.open("/", "_self")}>Home</a>
<a href="/features">Features</a>
<a href="/pricing">Pricing</a>
<a href="/philosophy">Philosophy</a>
<Link href={"/"}>Home</Link>
<Link href="/features">Features</Link>
<Link href="/pricing">Pricing</Link>
<Link href="/philosophy">Philosophy</Link>
</span>
<span className="flex flex-col items-start text-gray-200">