diff --git a/app/(main)/layout.tsx b/app/(main)/layout.tsx index b371625..103261b 100644 --- a/app/(main)/layout.tsx +++ b/app/(main)/layout.tsx @@ -15,7 +15,8 @@ import { LinkedInIcon, TwitterIcon, DiscordIcon, - CupIcon + CupIcon, + GithubIcon } from '@/components/Icons' import { HOSTS } from '@/constants' @@ -66,6 +67,11 @@ const socialLinks: PodcastLink[] = [ Icon: LinkedInIcon, url: 'https://www.linkedin.com/company/82682070/admin/feed/posts/', }, + { + label: 'Github - code source', + Icon: GithubIcon, + url: 'https://github.com/thedaviddias/erreur-200', + }, ] const supportLinks: PodcastLink[] = [ diff --git a/components/Icons.tsx b/components/Icons.tsx index c41388a..073473c 100644 --- a/components/Icons.tsx +++ b/components/Icons.tsx @@ -121,9 +121,9 @@ export function CupIcon(props) { return (