Skip to content

Commit

Permalink
Add bug report link
Browse files Browse the repository at this point in the history
  • Loading branch information
ThuHtooSan committed Nov 3, 2023
1 parent 425ff1f commit 0625298
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const getErrorMessage = (err) =>
? `<h4 class="reason">Sorry, I couldn't find it.</h4>
<p class="suggestion">Please check your spelling or try again later.</p>`
: `<h4 class="reason">${err}</h4>
<p class="suggestion">Please issue a new bug report on GitHub.</p>` }
<p class="suggestion">Please create a new issue on <a href="https://github.com/ThuHtooSan/dictionary-app/issues">GitHub</a>.</p>` }
</section>`;

// play pronunciation audio files
Expand Down
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ header .description {
font-size: .9rem;
}

.error-container a {
color: inherit;
}

/* Loader */

.loader-container {
Expand Down

0 comments on commit 0625298

Please sign in to comment.