Fixed missing comma
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 42s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 42s
This commit is contained in:
parent
b16b2802e7
commit
5c9bb9c8e7
1 changed files with 1 additions and 1 deletions
|
@ -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/" }
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue