We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725a742 commit 2473a1aCopy full SHA for 2473a1a
src/pages/apps/FootballEmblemCreatorPage.js
@@ -198,8 +198,8 @@ const FootballEmblemCreatorPage = () => {
198
<g clipPath="url(#shieldClip)">
199
{pattern === 'stripes' && (
200
<React.Fragment>
201
- <rect x="30" y="11" width="10" height="100" fill={secondaryColor} opacity={opacity} />
202
- <rect x="60" y="11" width="10" height="100" fill={secondaryColor} opacity={opacity} />
+ <rect x="30" y="0" width="10" height="100" fill={secondaryColor} opacity={opacity} />
+ <rect x="60" y="0" width="10" height="100" fill={secondaryColor} opacity={opacity} />
203
</React.Fragment>
204
)}
205
{pattern === 'half' && (
0 commit comments