Skip to content

Commit

Permalink
Merge pull request #18 from KDSBrowne/tl-fallback-err-msg
Browse files Browse the repository at this point in the history
Update fallback error message to point to BigBlueButton support
  • Loading branch information
antobinary authored Sep 23, 2024
2 parents 04b4058 + f973670 commit c597507
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ My browser: ${navigator.userAgent}`
<h2>Something&apos;s gone wrong.</h2>
<p>
Sorry, we encountered an error. Please refresh the page to continue. If you keep
seeing this error, you can <a href={url.toString()}>create a GitHub issue</a> or{' '}
<a href="https://discord.gg/Cq6cPsTfNy">ask for help on Discord</a>.
seeing this error, you can <a href="https://github.com/bigbluebutton/bigbluebutton/issues">create a GitHub issue</a> for support.
</p>
{shouldShowError && (
<div className="tl-error-boundary__content__error">
Expand Down

0 comments on commit c597507

Please sign in to comment.