Skip to content

Commit 46cf8ab

Browse files
committed
Replace embedded svg with file lookup for maplists
1 parent 8d0c2a3 commit 46cf8ab

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

app/ui/maplist.tsx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,7 @@ export default function MapList({ maps }: { maps?: MapLink[] }) {
2828
<span className="text-sm text-neutral-100">{m.name}</span>
2929

3030
{/* external-link arrow */}
31-
<svg
32-
viewBox="0 0 24 24"
33-
aria-hidden="true"
34-
className="
35-
w-4 h-4 shrink-0
36-
fill-neutral-400 group-hover:fill-neutral-200
37-
transition
38-
"
39-
>
40-
<path d="M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3Z" />
41-
<path d="M5 5h5V3H3v7h2V5Zm14 14h-5v2h7v-7h-2v5ZM5 19v-5H3v7h7v-2H5Z" />
42-
</svg>
31+
<img src="/Source_Skyboxes_NextJS/icons/maximize.svg" alt="" className="invert w-4 h-4" />
4332
</a>
4433
</li>
4534
))}

0 commit comments

Comments
 (0)