Skip to content

Commit

Permalink
fix: updated issues button
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsosousah committed May 3, 2024
1 parent 59af6b9 commit 60b200d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ async function openUserSettings() {
</div>
</div>
<div id="issueButtonContainer">
<div id="issueButton" onclick="window.open('https://github.com/afonsosousah/mGira/issues/new')">
<div id="issueButton" onclick="window.open('https://github.com/afonsosousah/mGira/issues')">
<i class="bi bi-bug"></i>
<span>Reportar problema</span>
<span>Relatar problema</span>
</div>
</div>
<div id="bottom">
Expand Down

0 comments on commit 60b200d

Please sign in to comment.