Skip to content

Commit b3b7bd6

Browse files
fix fmt
1 parent 832a63c commit b3b7bd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/roadmap/[project]/index.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ export const PROJECTS = [
2525
label: "MapLibre Tile Format",
2626
description: "Work on the MapLibre Tiles specification and tooling.",
2727
},
28-
{ id: "martin-tile-server", label: "Martin Tile Server", description: "Tile server roadmap items." },
28+
{
29+
id: "martin-tile-server",
30+
label: "Martin Tile Server",
31+
description: "Tile server roadmap items.",
32+
},
2933
];
3034
3135
const sections = [

0 commit comments

Comments
 (0)