Skip to content

Commit

Permalink
chore: update readme and about info (#191)
Browse files Browse the repository at this point in the history
- updates readme

- link to wiki in about modal
  • Loading branch information
thenick775 authored Oct 20, 2024
1 parent 925bcb4 commit 18852f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Do not attempt to log into the server unless you are the server owner or an appr
- Postgres support
- Persistent file system utilizing IndexedDB
- Interactive Product Tour
- Load public rom file from query string

## Existing Feature List

Expand Down
7 changes: 7 additions & 0 deletions gbajs3/src/components/modals/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ export const AboutModal = () => {
</li>
<li>Enjoy, your game will boot!</li>
</ul>
<p>
See the{' '}
<a href="https://github.com/thenick775/gbajs3/wiki" target="_blank">
WIKI
</a>{' '}
and tour items for further information!
</p>
</ModalBody>
<ModalFooter>
<Button
Expand Down

0 comments on commit 18852f8

Please sign in to comment.