Skip to content

Commit

Permalink
more information in the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-Mayer committed Apr 11, 2023
1 parent 25bc43e commit 5a97335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/static-build/pages/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ const Index: FunctionalComponent<Props> = () => (
aria-hidden="false"
>
<div class={snackbarStyle.text}>
Initialization error: JavaScript is disabled
Initialization error: JavaScript is disabled in your browser but
it is required for this site to work.
</div>
<a class={snackbarStyle.button} href="/">
reload
Expand Down

0 comments on commit 5a97335

Please sign in to comment.