diff --git a/components/NavBar.tsx b/components/NavBar.tsx index 08215c4..7630a33 100644 --- a/components/NavBar.tsx +++ b/components/NavBar.tsx @@ -33,8 +33,8 @@ const NAVIGATION = [ right: false, }, { - name: "Community Projects", - href: "/startups", + name: "Projects", + href: "/projects", right: false, }, { diff --git a/components/startups/StartupTile.tsx b/components/startups/StartupTile.tsx index b536ed4..49cf8e6 100644 --- a/components/startups/StartupTile.tsx +++ b/components/startups/StartupTile.tsx @@ -235,15 +235,17 @@ export default function StartupTile({ startup }: { startup: Startup }) { {name} - - -

Website

-
+ {website && ( + + +

Website

+
+ )}