Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Nov 7, 2023
1 parent 2b89987 commit 0482382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ app.get('/battles', (_, res) => {
res.end(render('leaderboard', {
topbar,
title: 'Battles | pkmn.ai',
header: '<h2>Battles</h2>',
header: '<h2>Battles TODO</h2>',
// TODO: this nav is from /leaderboard and links to rules, history, battles, etc
content: `<nav>
<ul>
Expand Down

0 comments on commit 0482382

Please sign in to comment.