Skip to content

Commit

Permalink
adding youtube to the footer of landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Amelie Deltombe authored and Amelie Deltombe committed Jan 2, 2025
1 parent e3a7418 commit e48e71f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions front/components/home/menu/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ const SocialMenuConfig: MenuConfig = {
href: "https://www.linkedin.com/company/dust-tt/",
isExternal: true,
},
{
title: "YouTube",
href: "https://www.youtube.com/@dust-tt",
isExternal: true,
},
],
};

Expand Down

0 comments on commit e48e71f

Please sign in to comment.