Skip to content

Commit

Permalink
fix for Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix2222 authored Jan 23, 2025
1 parent a6ada29 commit eb92446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/snippets/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Footer = () => {
//const issueUrl = useIssueUrl(backendVersionData?.backend_version);
const BLOCKSCOUT_LINKS = [
{
icon: 'social/tweet' as const,
icon: 'social/twitter' as const,
iconSize: '18px',
text: 'Twitter',
url: 'https://twitter.com/stratisplatform',
Expand All @@ -51,7 +51,7 @@ const Footer = () => {
url: 'https://discordapp.com/invite/9tDyfZs',
},
{
icon: 'discussions' as const,
icon: 'social/git' as const,
iconSize: '20px',
text: 'GitHub',
url: 'https://github.com/stratisproject',
Expand Down

0 comments on commit eb92446

Please sign in to comment.