Skip to content

Commit

Permalink
Merge pull request #224 from sarthak-kumar-shailendra/SK/TwitterIconToX
Browse files Browse the repository at this point in the history
twitter icon to x [fixes #221]
  • Loading branch information
samanyougarg authored Sep 24, 2023
2 parents c7808fd + 848f0e9 commit 2084e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footers/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ const getNavigation = (translate: Translate) => ({
icon: ({ className, ariaHidden }: IconProps) => (
<svg
fill="currentColor"
viewBox="0 0 24 24"
viewBox="0 0 30 30"
className={className}
aria-hidden={ariaHidden}
>
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
<path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z"/>
</svg>
),
},
Expand Down

1 comment on commit 2084e90

@vercel
Copy link

@vercel vercel bot commented on 2084e90 Sep 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bg-frontend – ./

bg-frontend-lac.vercel.app
bg-frontend-git-main-gita-v2.vercel.app
bg-frontend-gita-v2.vercel.app

Please sign in to comment.