Skip to content

Commit

Permalink
tweak home footer (#9112)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Dec 4, 2024
1 parent 4f7913c commit 92f8c33
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions front/components/home/menu/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ const CareersMenuConfig: MenuConfig = {
title: "Careers",
items: [
{
title: "Jobs",
href: "https://jobs.ashbyhq.com/dust",
title: "Why Dust?",
href: "https://blog.dust.tt/why-dust/",
isExternal: true,
},
{
title: "LinkedIn",
href: "https://www.linkedin.com/company/dust-tt/",
title: "Jobs",
href: "https://jobs.ashbyhq.com/dust",
isExternal: true,
},
],
Expand All @@ -50,10 +50,15 @@ const AboutMenuConfig: MenuConfig = {
isExternal: true,
},
{
title: "@dust4ai",
title: "X",
href: "https://x.com/dust4ai",
isExternal: true,
},
{
title: "LinkedIn",
href: "https://www.linkedin.com/company/dust-tt/",
isExternal: true,
},
],
};

Expand Down

0 comments on commit 92f8c33

Please sign in to comment.