Skip to content

Commit

Permalink
fix zora logo gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Jan 2, 2025
1 parent e8a2847 commit 0c4c653
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/app/_components/icons/gradient/logos/zora.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,15 @@ export function ZoraIcon({ variant = "aqua", ...props }: LogoIconProps) {
</radialGradient>
</defs>
<g>
<path
d="M100 50C100 22.3858 77.6142 0 50 0C22.3858 0 0 22.3858 0 50C0 77.6142 22.3858 100 50 100C77.6142 100 100 77.6142 100 50Z"
fill={`url(#${linearGradientBasedId})`}
/>
<path
stroke={baseColors[variant]}
fill="url(#radial_gradient)"
strokeWidth="1"
d="M50,0.5c27.3,0,49.5,22.2,49.5,49.5S77.3,99.5,50,99.5S0.5,77.3,0.5,50S22.7,0.5,50,0.5z"
/>
<path
d="M100 50C100 22.3858 77.6142 0 50 0C22.3858 0 0 22.3858 0 50C0 77.6142 22.3858 100 50 100C77.6142 100 100 77.6142 100 50Z"
fill={`url(#${linearGradientBasedId})`}
/>
</g>
</svg>
);
Expand Down

0 comments on commit 0c4c653

Please sign in to comment.