Skip to content

Commit be966b6

Browse files
authored
Update label for map_#.dat Nav button
1 parent c5cf1fa commit be966b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useFavicon } from "@/hooks/useFavicon";
44
import evmodIcon from "@/assets/EvMod.png";
55

66
const NAV_ITEMS = [
7-
{ to: "/DAT-to-PNG", label: "Map.dat → PNG" },
7+
{ to: "/DAT-to-PNG", label: "map_#.dat → PNG" },
88
{ to: "/CACHE-to-PNG", label: "inv.cache → PNG" },
99
{ to: "/MapHasher", label: "Map → Hash" },
1010
];

0 commit comments

Comments
 (0)