Skip to content

Commit

Permalink
nav should work
Browse files Browse the repository at this point in the history
  • Loading branch information
findirfin committed Sep 22, 2024
1 parent 87ff74f commit f46ab46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion party-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h3>Liliana of the Veil</h3>
<script src="/party-box/party-box.js"></script>
<script>
function selectCard(cardName) {
window.location.href = `/${cardName.toLowerCase().replace(/ /g, '-')}.html`;
window.location.href = `/party-box/${cardName.toLowerCase().replace(/ /g, '-')}.html`;
}
</script>
</body>
Expand Down

0 comments on commit f46ab46

Please sign in to comment.