Skip to content

Commit

Permalink
Merge pull request #410 from yearn/feat/gimme-app
Browse files Browse the repository at this point in the history
Feat/gimme app
  • Loading branch information
Majorfi authored Jul 24, 2024
2 parents cdaa492 + a5a7eec commit 1b45c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/icons/LogoGimme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export function LogoGimme(props: React.SVGProps<SVGSVGElement> & {back?: string;
return (
<svg
{...props}
width={'400'}
height={'400'}
viewBox={'0 0 400 400'}
width={'80'}
height={'80'}
viewBox={'0 0 80 80'}
fill={'none'}
xmlns={'http://www.w3.org/2000/svg'}>
<g clipPath={'url(#clip0_1787_1240)'}>
Expand Down

0 comments on commit 1b45c76

Please sign in to comment.