Skip to content

Commit

Permalink
added route on useraccount nav for creator launchpad section of the p…
Browse files Browse the repository at this point in the history
…latform.
  • Loading branch information
lalitdotdev committed Sep 13, 2024
1 parent a424d29 commit 301725c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/UserAccountNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ const UserAccountNav: FC<UserAccountNavProps> = ({ user, username }) => {
{ href: "/opportunities", icon: Briefcase, label: "Opportunities / OS Programs" },
{ href: "/articles/publish", icon: Library, label: "Free Resources and Tools" },
// { href: "/articles/categories/all", icon: Newspaper, label: "Articles" },
{ href: "/launchpad", icon: Rocket, label: "Creator Launchpad" },
{ href: "/startups/catalog/essays", icon: TrendingUp, label: "Startup Archives" },
{ href: "/startups/catalog/workatstartups", icon: Briefcase, label: "Work At Startups" },
{ href: "/startups/catalog/jobstimeline", icon: Activity, label: "Jobs Timeline" },
{ href: "/startups/catalog/topstories", icon: ArrowUpWideNarrow, label: "Top Stories" },
{ href: "/startups/catalog/phfeed", icon: Rocket, label: "Startup Launchpad" },



].map((item, index) => (
<React.Fragment key={item.href}>
<Link
Expand Down

0 comments on commit 301725c

Please sign in to comment.