Skip to content

Commit

Permalink
refactor: fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
noshiro-pf committed Mar 2, 2025
1 parent 0485829 commit cfc2245
Show file tree
Hide file tree
Showing 86 changed files with 1,362 additions and 1,040 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,38 +77,38 @@ export const DecidedAnswerBalloon = memoNamed<Props>(
</Balloon>

<SymbolSvg
fill='none'
fill={"none"}
height={symbolSize}
style={oStyle}
viewBox='0 0 100 100'
viewBox={"0 0 100 100"}
width={symbolSize}
xmlns='http://www.w3.org/2000/svg'
xmlns={"http://www.w3.org/2000/svg"}
>
<circle cx='50' cy='50' r='45.5' stroke='#FF0000' strokeWidth='9' />
<circle cx={"50"} cy={"50"} r={"45.5"} stroke={"#FF0000"} strokeWidth={"9"} />
</SymbolSvg>

<SymbolSvg
fill='none'
fill={"none"}
height={symbolSize}
style={xStyle}
viewBox='0 0 104 104'
viewBox={"0 0 104 104"}
width={symbolSize}
xmlns='http://www.w3.org/2000/svg'
xmlns={"http://www.w3.org/2000/svg"}
>
<rect
fill='#FF0000'
height='9'
transform='rotate(-45 0 96.8735)'
width='137'
y='96.8735'
fill={"#FF0000"}
height={"9"}
transform={"rotate(-45 0 96.8735)"}
width={"137"}
y={"96.8735"}
/>
<rect
fill='#FF0000'
height='9'
transform='rotate(-135 96.9924 103.356)'
width='137'
x='96.9924'
y='103.356'
fill={"#FF0000"}
height={"9"}
transform={"rotate(-135 96.9924 103.356)"}
width={"137"}
x={"96.9924"}
y={"103.356"}
/>
</SymbolSvg>
</Wrapper>
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/algo-app/src/components/bp/spinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const Spinner = memoNamed<Props>('Spinner', ({ size: _size, value }) => {
// - SPINNER_ANIMATION isolates svg from parent display and is always centered inside root element.
return (
// eslint-disable-next-line jsx-a11y/prefer-tag-over-role
<Root role='progressbar'>
<Root role={"progressbar"}>
<SpinnerAnimation style={animationStyle}>
<svg
height={size}
Expand Down
26 changes: 13 additions & 13 deletions packages/apps/algo-app/src/components/card/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ export const CardComponent = memoNamed<Props>(
onMouseLeave={onMouseLeave}
>
<SvgStyled
fill='none'
fill={"none"}
style={backSideStyle}
viewBox='0 0 161 241'
xmlns='http://www.w3.org/2000/svg'
viewBox={"0 0 161 241"}
xmlns={"http://www.w3.org/2000/svg"}
>
<rect
height={233}
Expand All @@ -132,33 +132,33 @@ export const CardComponent = memoNamed<Props>(
visibilityFromMe === 'faceDownButVisibleToMe' ? (
<>
<path
d='M29.981 17L38.6248 23.7642H21.3372L29.981 17Z'
d={"M29.981 17L38.6248 23.7642H21.3372L29.981 17Z"}
fill={eyeIconColor}
/>
<rect
fill={eyeIconColor}
height='8'
width='7'
x='26.481'
y='23'
height={"8"}
width={"7"}
x={"26.481"}
y={"23"}
/>
<path
d='M27.8273 34.6269C24.3462 36.7661 18 42.3955 18 55.0055C18 67.5669 24.2972 73.2013 27.7868 75.3593C29.1685 76.2136 30.9301 76.2136 32.3117 75.3593C35.8013 73.2013 42.0986 67.567 42.0986 55.0055C42.0986 42.3955 35.7525 36.7661 32.2713 34.6269C30.9114 33.791 29.1873 33.791 27.8273 34.6269ZM31.2737 45.7729C35.4218 46.3025 38.7673 49.6567 39.2852 53.8062C40.0444 59.889 34.9328 65.0006 28.85 64.2413C24.7006 63.7235 21.3463 60.3778 20.8168 56.2298C20.0382 50.1314 25.1753 44.9944 31.2737 45.7729Z'
d={"M27.8273 34.6269C24.3462 36.7661 18 42.3955 18 55.0055C18 67.5669 24.2972 73.2013 27.7868 75.3593C29.1685 76.2136 30.9301 76.2136 32.3117 75.3593C35.8013 73.2013 42.0986 67.567 42.0986 55.0055C42.0986 42.3955 35.7525 36.7661 32.2713 34.6269C30.9114 33.791 29.1873 33.791 27.8273 34.6269ZM31.2737 45.7729C35.4218 46.3025 38.7673 49.6567 39.2852 53.8062C40.0444 59.889 34.9328 65.0006 28.85 64.2413C24.7006 63.7235 21.3463 60.3778 20.8168 56.2298C20.0382 50.1314 25.1753 44.9944 31.2737 45.7729Z"}
fill={eyeIconColor}
/>
<path
d='M28.885 52.884C28.7362 53.4012 28.3166 53.824 27.8001 53.9754C26.9384 54.2283 26.131 53.784 25.8154 53.0748C25.5444 53.6636 25.3938 54.3154 25.3938 55.0056C25.3938 57.5978 27.5217 59.699 30.1198 59.6604C32.5887 59.6237 34.6674 57.545 34.7041 55.076C34.7428 52.478 32.6414 50.3499 30.0492 50.3499C29.2797 50.3499 28.5512 50.539 27.9104 50.873C28.6588 51.1684 29.1398 51.9983 28.885 52.884Z'
d={"M28.885 52.884C28.7362 53.4012 28.3166 53.824 27.8001 53.9754C26.9384 54.2283 26.131 53.784 25.8154 53.0748C25.5444 53.6636 25.3938 54.3154 25.3938 55.0056C25.3938 57.5978 27.5217 59.699 30.1198 59.6604C32.5887 59.6237 34.6674 57.545 34.7041 55.076C34.7428 52.478 32.6414 50.3499 30.0492 50.3499C29.2797 50.3499 28.5512 50.539 27.9104 50.873C28.6588 51.1684 29.1398 51.9983 28.885 52.884Z"}
fill={eyeIconColor}
/>
</>
) : undefined}
</SvgStyled>

<SvgStyled
fill='none'
fill={"none"}
style={frontSideStyle}
viewBox='0 0 161 241'
xmlns='http://www.w3.org/2000/svg'
viewBox={"0 0 161 241"}
xmlns={"http://www.w3.org/2000/svg"}
>
<rect
height={233}
Expand Down
12 changes: 6 additions & 6 deletions packages/apps/algo-app/src/components/card/cards-sub/card-0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ import { type CardProps } from './card-props';
export const Card0 = memoNamed('Card0', ({ color, textColor }: CardProps) => (
<>
<path
d='M111.259 63.5944C119.417 71.6585 124 82.5957 124 94H80.5L37 94C37 82.5957 41.583 71.6585 49.7409 63.5944C57.8987 55.5303 68.9631 51 80.5 51C92.0369 51 103.101 55.5303 111.259 63.5944Z'
d={"M111.259 63.5944C119.417 71.6585 124 82.5957 124 94H80.5L37 94C37 82.5957 41.583 71.6585 49.7409 63.5944C57.8987 55.5303 68.9631 51 80.5 51C92.0369 51 103.101 55.5303 111.259 63.5944Z"}
fill={textColor}
/>
<path
d='M111.259 176.406C119.417 168.342 124 157.404 124 146H80.5L37 146C37 157.404 41.583 168.342 49.7409 176.406C57.8987 184.47 68.9631 189 80.5 189C92.0369 189 103.101 184.47 111.259 176.406Z'
d={"M111.259 176.406C119.417 168.342 124 157.404 124 146H80.5L37 146C37 157.404 41.583 168.342 49.7409 176.406C57.8987 184.47 68.9631 189 80.5 189C92.0369 189 103.101 184.47 111.259 176.406Z"}
fill={textColor}
/>
<rect fill={textColor} height='54' width='87' x='37' y='93' />
<rect fill={textColor} height={"54"} width={"87"} x={"37"} y={"93"} />
<path
d='M94.2886 80.2721C97.9455 83.6477 100 88.2261 100 93H80.5L61 93C61 88.2261 63.0545 83.6477 66.7114 80.2721C70.3684 76.8964 75.3283 75 80.5 75C85.6717 75 90.6316 76.8964 94.2886 80.2721Z'
d={"M94.2886 80.2721C97.9455 83.6477 100 88.2261 100 93H80.5L61 93C61 88.2261 63.0545 83.6477 66.7114 80.2721C70.3684 76.8964 75.3283 75 80.5 75C85.6717 75 90.6316 76.8964 94.2886 80.2721Z"}
fill={color}
/>
<path
d='M94.2886 158.728C97.9455 155.352 100 150.774 100 146H80.5L61 146C61 150.774 63.0545 155.352 66.7114 158.728C70.3684 162.104 75.3283 164 80.5 164C85.6717 164 90.6316 162.104 94.2886 158.728Z'
d={"M94.2886 158.728C97.9455 155.352 100 150.774 100 146H80.5L61 146C61 150.774 63.0545 155.352 66.7114 158.728C70.3684 162.104 75.3283 164 80.5 164C85.6717 164 90.6316 162.104 94.2886 158.728Z"}
fill={color}
/>
<rect fill={color} height='55' width='39' x='61' y='92' />
<rect fill={color} height={"55"} width={"39"} x={"61"} y={"92"} />
</>
));
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { type CardProps } from './card-props';

export const Card1 = memoNamed('Card1', ({ textColor }: CardProps) => (
<path
d='M93.5 56V183.5H70.8265V92.5L54 103.5V80.5L93.5 56Z'
d={"M93.5 56V183.5H70.8265V92.5L54 103.5V80.5L93.5 56Z"}
fill={textColor}
/>
));
14 changes: 7 additions & 7 deletions packages/apps/algo-app/src/components/card/cards-sub/card-10.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ import { type CardProps } from './card-props';
export const Card10 = memoNamed('Card10', ({ color, textColor }: CardProps) => (
<>
<path
d='M126.895 65.7157C133.365 73.2172 137 83.3913 137 94H102.5L68 94C68 83.3913 71.6348 73.2172 78.1048 65.7157C84.5748 58.2143 93.35 54 102.5 54C111.65 54 120.425 58.2143 126.895 65.7157Z'
d={"M126.895 65.7157C133.365 73.2172 137 83.3913 137 94H102.5L68 94C68 83.3913 71.6348 73.2172 78.1048 65.7157C84.5748 58.2143 93.35 54 102.5 54C111.65 54 120.425 58.2143 126.895 65.7157Z"}
fill={textColor}
/>
<path
d='M126.895 175.284C133.365 167.783 137 157.609 137 147H102.5L68 147C68 157.609 71.6348 167.783 78.1048 175.284C84.5748 182.786 93.35 187 102.5 187C111.65 187 120.425 182.786 126.895 175.284Z'
d={"M126.895 175.284C133.365 167.783 137 157.609 137 147H102.5L68 147C68 157.609 71.6348 167.783 78.1048 175.284C84.5748 182.786 93.35 187 102.5 187C111.65 187 120.425 182.786 126.895 175.284Z"}
fill={textColor}
/>
<path d='M68 93H137V148H68V93Z' fill={textColor} />
<path d={"M68 93H137V148H68V93Z"} fill={textColor} />
<path
d='M113.46 81.9792C116.367 85.1673 118 89.4913 118 94H102.5L87 94C87 89.4913 88.633 85.1673 91.5398 81.9792C94.4467 78.7911 98.3891 77 102.5 77C106.611 77 110.553 78.7911 113.46 81.9792Z'
d={"M113.46 81.9792C116.367 85.1673 118 89.4913 118 94H102.5L87 94C87 89.4913 88.633 85.1673 91.5398 81.9792C94.4467 78.7911 98.3891 77 102.5 77C106.611 77 110.553 78.7911 113.46 81.9792Z"}
fill={color}
/>
<path
d='M113.46 159.021C116.367 155.833 118 151.509 118 147H102.5L87 147C87 151.509 88.633 155.833 91.5398 159.021C94.4467 162.209 98.3891 164 102.5 164C106.611 164 110.553 162.209 113.46 159.021Z'
d={"M113.46 159.021C116.367 155.833 118 151.509 118 147H102.5L87 147C87 151.509 88.633 155.833 91.5398 159.021C94.4467 162.209 98.3891 164 102.5 164C106.611 164 110.553 162.209 113.46 159.021Z"}
fill={color}
/>
<rect fill={color} height='55' width='31' x='87' y='93' />
<rect fill={color} height={"55"} width={"31"} x={"87"} y={"93"} />
<path
d='M59 56V183H39.4836V92.3569L25 103.314V80.4039L59 56Z'
d={"M59 56V183H39.4836V92.3569L25 103.314V80.4039L59 56Z"}
fill={textColor}
/>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { type CardProps } from './card-props';
export const Card11 = memoNamed('Card11', ({ textColor }: CardProps) => (
<>
<path
d='M74.5 56V183.5H51.8265V92.5L35 103.5V80.5L74.5 56Z'
d={"M74.5 56V183.5H51.8265V92.5L35 103.5V80.5L74.5 56Z"}
fill={textColor}
/>
<path
d='M126 56V183.5H103.327V92.5L86.5 103.5V80.5L126 56Z'
d={"M126 56V183.5H103.327V92.5L86.5 103.5V80.5L126 56Z"}
fill={textColor}
/>
</>
Expand Down
10 changes: 5 additions & 5 deletions packages/apps/algo-app/src/components/card/cards-sub/card-2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ import { type CardProps } from './card-props';
export const Card2 = memoNamed('Card2', ({ textColor }: CardProps) => (
<>
<path
d='M117 72.7254C114.484 67.6508 107.565 63.1826 102.399 61.0006C97.2327 58.8186 89.8767 57.0609 82.5 57.0016C75.1233 56.9422 68.3146 58.5861 62.9479 60.6834C57.5811 62.7807 47.0629 67.6508 37 83.8896L56.1195 91.5016L70.2076 76.2777L117 72.7254Z'
d={"M117 72.7254C114.484 67.6508 107.565 63.1826 102.399 61.0006C97.2327 58.8186 89.8767 57.0609 82.5 57.0016C75.1233 56.9422 68.3146 58.5861 62.9479 60.6834C57.5811 62.7807 47.0629 67.6508 37 83.8896L56.1195 91.5016L70.2076 76.2777L117 72.7254Z"}
fill={textColor}
/>
<path
d='M102.5 94.5016C102.5 89.7277 100.682 85.1493 96.5564 81.7737C92.4305 78.398 86.8348 76.5016 81 76.5016C75.1652 76.5016 69.5695 78.398 65.4437 81.7737C61.3179 85.1493 59 87.0016 56.5 91.0016V73.5016L75.5 65.5016L107 70.0016L102.5 94.5016Z'
d={"M102.5 94.5016C102.5 89.7277 100.682 85.1493 96.5564 81.7737C92.4305 78.398 86.8348 76.5016 81 76.5016C75.1652 76.5016 69.5695 78.398 65.4437 81.7737C61.3179 85.1493 59 87.0016 56.5 91.0016V73.5016L75.5 65.5016L107 70.0016L102.5 94.5016Z"}
fill={textColor}
/>
<path
d='M101.5 129.502C104.192 129.502 110.655 124.785 113 122.002C115.345 119.218 116.092 118.501 117.996 115.715C119.899 112.929 121.409 109.622 122.44 105.982C123.47 102.342 124 98.4412 124 94.5016C124 90.5619 123.47 86.6609 122.44 83.0211C121.409 79.3813 119.899 76.0741 117.996 73.2884C116.092 70.5026 113.832 68.2928 111.345 66.7852C109.5 65.6668 106.192 62.0016 103.5 62.0016L102.5 94.5016L101.5 129.502Z'
d={"M101.5 129.502C104.192 129.502 110.655 124.785 113 122.002C115.345 119.218 116.092 118.501 117.996 115.715C119.899 112.929 121.409 109.622 122.44 105.982C123.47 102.342 124 98.4412 124 94.5016C124 90.5619 123.47 86.6609 122.44 83.0211C121.409 79.3813 119.899 76.0741 117.996 73.2884C116.092 70.5026 113.832 68.2928 111.345 66.7852C109.5 65.6668 106.192 62.0016 103.5 62.0016L102.5 94.5016L101.5 129.502Z"}
fill={textColor}
/>
<path
d='M90 115.795C91.9417 115.533 96.8807 109.365 98.5 108C100 106 100.078 106.152 101 104C101.922 101.848 102.488 99.4427 102.5 97.0016C102.512 94.5605 102.5 92.5016 102 89.5016L112.5 108.732L90 115.795Z'
d={"M90 115.795C91.9417 115.533 96.8807 109.365 98.5 108C100 106 100.078 106.152 101 104C101.922 101.848 102.488 99.4427 102.5 97.0016C102.512 94.5605 102.5 92.5016 102 89.5016L112.5 108.732L90 115.795Z"}
fill={textColor}
/>
<path
d='M111.5 123.502L67 161.502H125V182.312H39.5V160.002L108 100.002L111.5 123.502Z'
d={"M111.5 123.502L67 161.502H125V182.312H39.5V160.002L108 100.002L111.5 123.502Z"}
fill={textColor}
/>
</>
Expand Down
10 changes: 5 additions & 5 deletions packages/apps/algo-app/src/components/card/cards-sub/card-3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ import { type CardProps } from './card-props';
export const Card3 = memoNamed('Card3', ({ color, textColor }: CardProps) => (
<>
<path
d='M126.5 143C126.5 166.196 104.338 185 77 185C49.6619 185 27.5 166.196 27.5 143C27.5 119.804 48.5 106.071 77 102C112 97 126.5 119.804 126.5 143Z'
d={"M126.5 143C126.5 166.196 104.338 185 77 185C49.6619 185 27.5 166.196 27.5 143C27.5 119.804 48.5 106.071 77 102C112 97 126.5 119.804 126.5 143Z"}
fill={textColor}
/>
<path d='M32.3 169L64.5 142.75L18.5 127L32.3 169Z' fill={color} />
<path d={"M32.3 169L64.5 142.75L18.5 127L32.3 169Z"} fill={color} />
<path
d='M83.5 84.5L59.5 117L64.6089 146.5L15 128L83.5 84.5Z'
d={"M83.5 84.5L59.5 117L64.6089 146.5L15 128L83.5 84.5Z"}
fill={color}
/>
<path
d='M104.5 139.5C104.5 153.031 92.1878 164 77 164C61.8122 164 49.5 153.031 49.5 139.5C49.5 125.969 44 117 77 115C92.1878 115 104.5 125.969 104.5 139.5Z'
d={"M104.5 139.5C104.5 153.031 92.1878 164 77 164C61.8122 164 49.5 153.031 49.5 139.5C49.5 125.969 44 117 77 115C92.1878 115 104.5 125.969 104.5 139.5Z"}
fill={color}
/>
<path
d='M125 60L93.5 102.5L68.5 105L86.5 80H41.5V60H125Z'
d={"M125 60L93.5 102.5L68.5 105L86.5 80H41.5V60H125Z"}
fill={textColor}
/>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { type CardProps } from './card-props';

export const Card4 = memoNamed('Card4', ({ textColor }: CardProps) => (
<path
d='M73.5 57H96.5L63.5 131.5H91V101H113.5V131.5H130.5V152H113.5V182.5H91V152H32L73.5 57Z'
d={"M73.5 57H96.5L63.5 131.5H91V101H113.5V131.5H130.5V152H113.5V182.5H91V152H32L73.5 57Z"}
fill={textColor}
/>
));
10 changes: 5 additions & 5 deletions packages/apps/algo-app/src/components/card/cards-sub/card-5.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { type CardProps } from './card-props';

export const Card5 = memoNamed('Card5', ({ color, textColor }: CardProps) => (
<>
<path d='M120 57V77.5H67L66 100.5L42.5 123L47 57H120Z' fill={textColor} />
<path d={"M120 57V77.5H67L66 100.5L42.5 123L47 57H120Z"} fill={textColor} />
<path
d='M130 137.5C130 162.077 108.734 182 82.5 182C56.2665 182 27 170.077 27 145.5C31.5 122 60.7665 93.5 87 93.5C113.234 93.5 130 112.923 130 137.5Z'
d={"M130 137.5C130 162.077 108.734 182 82.5 182C56.2665 182 27 170.077 27 145.5C31.5 122 60.7665 93.5 87 93.5C113.234 93.5 130 112.923 130 137.5Z"}
fill={textColor}
/>
<path d='M84.5 123L27 171L19 123H84.5Z' fill={color} />
<path d='M43 100.5L42.5 125L30.5 122.5L43 100.5Z' fill={color} />
<path d={"M84.5 123L27 171L19 123H84.5Z"} fill={color} />
<path d={"M43 100.5L42.5 125L30.5 122.5L43 100.5Z"} fill={color} />
<path
d='M107 137.5C107 151.031 95.3594 162 81 162C57.5 159.5 46.5 147.5 55 137.5C55 123.969 66.6406 113 81 113C95.3594 113 107 123.969 107 137.5Z'
d={"M107 137.5C107 151.031 95.3594 162 81 162C57.5 159.5 46.5 147.5 55 137.5C55 123.969 66.6406 113 81 113C95.3594 113 107 123.969 107 137.5Z"}
fill={color}
/>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { type CardProps } from './card-props';
export const Card6 = memoNamed('Card6', ({ color, textColor }: CardProps) => (
<>
<path
d='M128 144C128 168.577 106.734 188.5 80.5 188.5C54.2665 188.5 33 168.577 33 144C33 119.423 44.5 99 86 99C112.234 99 128 119.423 128 144Z'
d={"M128 144C128 168.577 106.734 188.5 80.5 188.5C54.2665 188.5 33 168.577 33 144C33 119.423 44.5 99 86 99C112.234 99 128 119.423 128 144Z"}
fill={textColor}
/>
<circle cx='80.5' cy='143' fill={color} r='24.5' />
<path d='M80 52L103 60.5L75 102L40 117L80 52Z' fill={textColor} />
<circle cx={"80.5"} cy={"143"} fill={color} r={"24.5"} />
<path d={"M80 52L103 60.5L75 102L40 117L80 52Z"} fill={textColor} />
</>
));
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { type CardProps } from './card-props';

export const Card7 = memoNamed('Card7', ({ textColor }: CardProps) => (
<path
d='M60.5 101H39V59H132.5L77.5 182.5H54.5L100 79.5H60.5V101Z'
d={"M60.5 101H39V59H132.5L77.5 182.5H54.5L100 79.5H60.5V101Z"}
fill={textColor}
/>
));
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import { type CardProps } from './card-props';

export const Card8 = memoNamed('Card8', ({ color, textColor }: CardProps) => (
<>
<ellipse cx='80.5' cy='87.5' fill={textColor} rx='38.5' ry='33.5' />
<ellipse cx={"80.5"} cy={"87.5"} fill={textColor} rx={"38.5"} ry={"33.5"} />
<path
d='M126 149C126 169.987 105.405 187 80 187C54.5949 187 34 169.987 34 149C34 128.013 44 111 80 111C116.5 111 126 128.013 126 149Z'
d={"M126 149C126 169.987 105.405 187 80 187C54.5949 187 34 169.987 34 149C34 128.013 44 111 80 111C116.5 111 126 128.013 126 149Z"}
fill={textColor}
/>
<ellipse cx='80.5' cy='89.5' fill={color} rx='16.5' ry='17.5' />
<ellipse cx='80' cy='145.5' fill={color} rx='24' ry='20.5' />
<ellipse cx={"80.5"} cy={"89.5"} fill={color} rx={"16.5"} ry={"17.5"} />
<ellipse cx={"80"} cy={"145.5"} fill={color} rx={"24"} ry={"20.5"} />
</>
));
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { type CardProps } from './card-props';

export const Card9 = memoNamed('Card9', ({ color, textColor }: CardProps) => (
<>
<ellipse cx='75.5' cy='98' fill={textColor} rx='46.5' ry='44' />
<circle cx='75.5' cy='98.5' fill={color} r='24.5' />
<ellipse cx={"75.5"} cy={"98"} fill={textColor} rx={"46.5"} ry={"44"} />
<circle cx={"75.5"} cy={"98.5"} fill={color} r={"24.5"} />
<path
d='M131 79.5L95.1864 186.5L71 185L112.5 77L131 79.5Z'
d={"M131 79.5L95.1864 186.5L71 185L112.5 77L131 79.5Z"}
fill={textColor}
/>
</>
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/algo-app/src/components/create-room-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const CreateRoomPage = memoNamed('CreateRoomPage', () => {
<Input
disabled={loading}
placeholder={dc.gamePassword.placeholder}
type='text'
type={"text"}
value={password}
onInput={onPasswordInput}
/>
Expand All @@ -50,15 +50,15 @@ export const CreateRoomPage = memoNamed('CreateRoomPage', () => {
<Input
disabled={loading}
placeholder={dc.username.placeholder}
type='text'
type={"text"}
value={username}
onInput={onUsernameInput}
/>
</Block>
<ButtonWrapper>
<ButtonPrimary
disabled={disabled || loading}
type='button'
type={"button"}
onClick={onCreateRoomButtonClick}
>
<ButtonContent>
Expand Down
Loading

0 comments on commit cfc2245

Please sign in to comment.