Skip to content

Commit

Permalink
Aesthetic
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncheung00 committed Sep 21, 2023
1 parent 6d68f95 commit e57fbcd
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/units/AppGameVariants.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
return logo[appLogoFilePath].default;
};
const customBoardRoute = () => {
let boardStr = window.prompt('Enter a valid board string:');
let boardStr = window.prompt('Enter a valid variant:');
if (boardStr !== null) {
router.push({ name: 'game', params: { type: gameType.value, gameId: gameId.value, variantId: boardStr } })
}
Expand Down
126 changes: 126 additions & 0 deletions src/models/images/svg/0to10by1or2/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/models/images/svg/0to10by1or2/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e57fbcd

Please sign in to comment.