Spaces:
Runtime error
Runtime error
Pedro de Carvalho commited on
Commit ·
bdc8a23
1
Parent(s): fa34f41
Fix swap players icon
Browse files
client/public/swap-players.svg
CHANGED
|
|
|
|
client/src/pages/LocalSetup.tsx
CHANGED
|
@@ -457,7 +457,10 @@ export default function LocalSetup() {
|
|
| 457 |
e.currentTarget.style.borderColor = theme.border;
|
| 458 |
}}
|
| 459 |
>
|
| 460 |
-
<
|
|
|
|
|
|
|
|
|
|
| 461 |
</button>
|
| 462 |
|
| 463 |
{/* Player 2 */}
|
|
|
|
| 457 |
e.currentTarget.style.borderColor = theme.border;
|
| 458 |
}}
|
| 459 |
>
|
| 460 |
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" style={{ display: 'block' }}>
|
| 461 |
+
<path d="M20 7H7.5M20 7L15.75 3M20 7L15.75 11" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/>
|
| 462 |
+
<path d="M4 17H16.5M4 17L8.25 13M4 17L8.25 21" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/>
|
| 463 |
+
</svg>
|
| 464 |
</button>
|
| 465 |
|
| 466 |
{/* Player 2 */}
|