Skip to content

Commit

Permalink
fix: tents article
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger committed Nov 8, 2024
1 parent eadc8d6 commit e1934db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(wiki)/buildings/[item]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const BuildingMetaArticles = [
title: "Tents",
items: [
...range(5, 1).map(n => `tent_${n}`),
...range(4, 1).map(n => `big_tent_${n}`)
...range(4, 1).map(n => `tent_big_${n}`)
],
fileName: "tents"
},
Expand Down

0 comments on commit e1934db

Please sign in to comment.