Skip to content

Commit e964902

Browse files
committed
Add new images for 1v1 and 2v2
1 parent 21860ff commit e964902

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

app/routes/_index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function Index() {
5151
1v1
5252
</span>
5353
<img
54-
src="img/1v1krok.png"
54+
src="img/1v1krok-cat.png"
5555
alt="1v1"
5656
className="w-1/2 rounded md:w-full"
5757
/>
@@ -64,7 +64,7 @@ export default function Index() {
6464
2v2
6565
</span>
6666
<img
67-
src="img/2v2krok.png"
67+
src="img/2v2krok-cat.png"
6868
alt="2v2"
6969
className="w-1/2 rounded md:w-full"
7070
/>

app/routes/duel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default function Index() {
131131
</h1>
132132
<div>
133133
<div className="flex justify-center p-4">
134-
<img src="img/1v1krok.png" alt="1v1" className="w-1/3 rounded" />
134+
<img src="img/1v1krok-cat.png" alt="1v1" className="w-1/3 rounded" />
135135
</div>
136136
<Form method="post" onSubmit={handleSubmit}>
137137
<div className="grid grid-cols-12 gap-4 py-4">

app/routes/team-duel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export default function Index() {
194194
</h1>
195195
<div>
196196
<div className="flex justify-center p-4">
197-
<img src="img/2v2krok.png" alt="2v2" className="w-1/3 rounded" />
197+
<img src="img/2v2krok-cat.png" alt="2v2" className="w-1/3 rounded" />
198198
</div>
199199
<Form method="post" onSubmit={handleSubmit}>
200200
<div className="grid grid-cols-12 gap-4 py-4">

public/img/1v1krok-cat.png

394 KB
Loading

public/img/2v2krok-cat.png

472 KB
Loading

0 commit comments

Comments
 (0)