Skip to content

Commit

Permalink
Avoid sub-folders for now
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Jul 15, 2023
1 parent 9595904 commit 2a38990
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": "https://github.com/oskarrough/slaytheweb/issues",
"type": "module",
"scripts": {
"start": "servor public --reload",
"start": "servor public --static --reload",
"lint": "eslint public tests --fix",
"test": "ava",
"test:watch": "ava --watch",
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions public/ui/splash-screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default class SplashScreen extends Component {
: html`<li><button autofocus onClick=${props.onNewGame}>Play</a></li>`
}
<li><a class="Button" href="/collection.html">Collection</a></li>
<li><a class="Button" href="/stats.html">Statistics</a></li>
<li><button onClick=${() => this.setState({showTutorial: !state.showTutorial})}>Manual</a></li>
</ul>
${
Expand Down

0 comments on commit 2a38990

Please sign in to comment.