Skip to content

Commit 2473a1a

Browse files
committed
fix: football emblem creator fixes
1 parent 725a742 commit 2473a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/apps/FootballEmblemCreatorPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ const FootballEmblemCreatorPage = () => {
198198
<g clipPath="url(#shieldClip)">
199199
{pattern === 'stripes' && (
200200
<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} />
201+
<rect x="30" y="0" width="10" height="100" fill={secondaryColor} opacity={opacity} />
202+
<rect x="60" y="0" width="10" height="100" fill={secondaryColor} opacity={opacity} />
203203
</React.Fragment>
204204
)}
205205
{pattern === 'half' && (

0 commit comments

Comments
 (0)