Skip to content

Commit

Permalink
feat: telegram link
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Nov 27, 2023
1 parent 2f51a12 commit f76df6f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions apps/homepage/widget/section/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,38 @@ const XIcon = (
</svg>
);

const TelegramIcon = (
<svg
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="24"
height="25"
viewBox="0 0 256 256"
>
<g
fill="#ffffff"
fill-rule="nonzero"
stroke="none"
stroke-width="1"
stroke-linecap="butt"
stroke-linejoin="miter"
stroke-miterlimit="10"
stroke-dasharray=""
stroke-dashoffset="0"
font-family="none"
font-weight="none"
font-size="none"
text-anchor="none"
style={{ "mix-blend-mode": "normal" }}
>
<g transform="scale(5.12,5.12)">
<path d="M46.137,6.552c-0.75,-0.636 -1.928,-0.727 -3.146,-0.238h-0.002c-1.281,0.514 -36.261,15.518 -37.685,16.131c-0.259,0.09 -2.521,0.934 -2.288,2.814c0.208,1.695 2.026,2.397 2.248,2.478l8.893,3.045c0.59,1.964 2.765,9.21 3.246,10.758c0.3,0.965 0.789,2.233 1.646,2.494c0.752,0.29 1.5,0.025 1.984,-0.355l5.437,-5.043l8.777,6.845l0.209,0.125c0.596,0.264 1.167,0.396 1.712,0.396c0.421,0 0.825,-0.079 1.211,-0.237c1.315,-0.54 1.841,-1.793 1.896,-1.935l6.556,-34.077c0.4,-1.82 -0.156,-2.746 -0.694,-3.201zM22,32l-3,8l-3,-10l23,-17z"></path>
</g>
</g>
</svg>
);

const SocialContainer = styled.div`
display: flex;
gap: 1.25rem;
Expand All @@ -56,6 +88,9 @@ return (
<a href="https://twitter.com/nearbuilders" target="_blank">
{XIcon}
</a>
<a href="https://nearbuilders.com/tg-builders" target="_blank">
{TelegramIcon}
</a>
</SocialContainer>
<p>{date.getFullYear()} BuildDAO all rights reserved</p>
</Footer>
Expand Down

0 comments on commit f76df6f

Please sign in to comment.