Skip to content

Commit

Permalink
add X (twitter) icon and link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyKiiru committed May 7, 2024
1 parent 7aef192 commit 905feec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ export default function Footer() {
>
<Sprite symbol="telegram" width="18px" height="18px" />
</a>
<a
href="https://x.com/joinmarket"
target="_blank"
rel="noopener noreferrer"
className="d-flex align-items-center text-secondary"
>
<Sprite symbol="x" width="20px" height="20px" />
</a>
</div>
<div className="text-secondary">|</div>
<div className="d-flex">
Expand Down

0 comments on commit 905feec

Please sign in to comment.