We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0c2a3 commit 46cf8abCopy full SHA for 46cf8ab
app/ui/maplist.tsx
@@ -28,18 +28,7 @@ export default function MapList({ maps }: { maps?: MapLink[] }) {
28
<span className="text-sm text-neutral-100">{m.name}</span>
29
30
{/* 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>
+ <img src="/Source_Skyboxes_NextJS/icons/maximize.svg" alt="" className="invert w-4 h-4" />
43
</a>
44
</li>
45
))}
0 commit comments