Skip to content

Commit

Permalink
Added bug report link to footer (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored Oct 30, 2023
1 parent 60f25f3 commit 44c3e93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/src/shell/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ const Footer = () => {
<footer className="flex row justify-between">
<StatusLine />
<div className="flex row align-center">
<a
href="https://github.com/nand2tetris/web-ide/issues/new/choose"
target="new"
>
Report&nbsp;Bug
</a>
&nbsp;
<button onClick={settings.open}>
<Icon name="settings"></Icon>
</button>
Expand Down

0 comments on commit 44c3e93

Please sign in to comment.