diff --git a/apps/builddao/widget/section/footer.jsx b/apps/builddao/widget/section/footer.jsx index 516489c4..c380d1d7 100644 --- a/apps/builddao/widget/section/footer.jsx +++ b/apps/builddao/widget/section/footer.jsx @@ -74,6 +74,44 @@ const TelegramIcon = ( ); +const GitHubIcon = ( + + + +); + +const NearSocialIcon = ( + + + + + +); + const SocialContainer = styled.div` display: flex; gap: 1.25rem; @@ -91,7 +129,13 @@ return ( {TelegramIcon} + + {GitHubIcon} + + + {NearSocialIcon} + -

{date.getFullYear()} BuildDAO all rights reserved

+

{date.getFullYear()} | Build DAO

);