We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719ccfd commit 370b035Copy full SHA for 370b035
apps/webapp/app/assets/icons/RegionIcons.tsx
@@ -198,8 +198,8 @@ export function FlagEurope({ className }: { className?: string }) {
198
y2="71.9297"
199
gradientUnits="userSpaceOnUse"
200
>
201
- <stop stop-color="white" stop-opacity="0.7" />
202
- <stop offset="1" stop-opacity="0.3" />
+ <stop stopColor="white" stopOpacity="0.7" />
+ <stop offset="1" stopOpacity="0.3" />
203
</linearGradient>
204
<clipPath id="clip0_18900_83553">
205
<rect x="0.09375" width="95.9062" height="71.9297" rx="5.99414" fill="white" />
0 commit comments