We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cf1fa commit be966b6Copy full SHA for be966b6
1 file changed
website/src/components/Layout.tsx
@@ -4,7 +4,7 @@ import { useFavicon } from "@/hooks/useFavicon";
4
import evmodIcon from "@/assets/EvMod.png";
5
6
const NAV_ITEMS = [
7
- { to: "/DAT-to-PNG", label: "Map.dat → PNG" },
+ { to: "/DAT-to-PNG", label: "map_#.dat → PNG" },
8
{ to: "/CACHE-to-PNG", label: "inv.cache → PNG" },
9
{ to: "/MapHasher", label: "Map → Hash" },
10
];
0 commit comments