From 751a13f5fc88dbf4bee6e99b038fc78d1bcfc5e2 Mon Sep 17 00:00:00 2001 From: Arafat Iqbal <70502771+arafatiqbal@users.noreply.github.com> Date: Mon, 31 Oct 2022 02:12:00 -0700 Subject: [PATCH] Add github repo link in the footer (#5204) --- beta/src/components/Icon/IconGitHub.tsx | 7 ++++--- beta/src/components/Layout/Footer.tsx | 7 +++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/beta/src/components/Icon/IconGitHub.tsx b/beta/src/components/Icon/IconGitHub.tsx index fe6faf1b..de2a982b 100644 --- a/beta/src/components/Icon/IconGitHub.tsx +++ b/beta/src/components/Icon/IconGitHub.tsx @@ -8,10 +8,11 @@ export const IconGitHub = memo( function IconGitHub(props) { return ( diff --git a/beta/src/components/Layout/Footer.tsx b/beta/src/components/Layout/Footer.tsx index 889521e8..802e4cea 100644 --- a/beta/src/components/Layout/Footer.tsx +++ b/beta/src/components/Layout/Footer.tsx @@ -9,6 +9,7 @@ import ButtonLink from 'components/ButtonLink'; import {ExternalLink} from 'components/ExternalLink'; import {IconFacebookCircle} from 'components/Icon/IconFacebookCircle'; import {IconTwitter} from 'components/Icon/IconTwitter'; +import {IconGitHub} from 'components/Icon/IconGitHub'; import {IconNavArrow} from 'components/Icon/IconNavArrow'; export function Footer() { @@ -160,6 +161,12 @@ export function Footer() { className={socialLinkClasses}> + + +