Fixed missing comma
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 42s

This commit is contained in:
thepaperpilot 2023-11-27 20:31:59 -06:00
parent b16b2802e7
commit 5c9bb9c8e7

View file

@ -54,7 +54,7 @@ module.exports = {
{ text: "Advent Incremental", link: "https://www.thepaperpilot.org/advent" },
{ text: "Game Dev Tree", link: "https://www.thepaperpilot.org/gamedevtree/" },
{ text: "Dice Armor", link: "/projects/dice/" },
{ text: "Capture the Citadel", link: "/projects/citadel/"}
{ text: "Capture the Citadel", link: "/projects/citadel/"},
{ text: "More on Itch", link: "https://www.thepaperpilot.itch.io/" }
]
},