Skip to content

Commit

Permalink
Fixed wording for ff bug
Browse files Browse the repository at this point in the history
  • Loading branch information
henryjeff committed May 11, 2022
1 parent 631e14b commit fbe70b8
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/Application/UI/components/LoadingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ const LoadingScreen: React.FC<LoadingProps> = () => {
>
<div style={styles.startPopup}>
<p>
<b style={{ color: 'red' }}>CRITICAL ERROR:</b>{' '}
Firefox Detected
<b style={{ color: 'red' }}>FATAL ERROR:</b> Firefox
Detected
</p>
<div style={styles.spacer} />
<div style={styles.spacer} />
Expand All @@ -300,17 +300,21 @@ const LoadingScreen: React.FC<LoadingProps> = () => {
<p>inaccessible for anyone using the browser.</p>
<div style={styles.spacer} />
<p>
It pains me to have to make this screen, but as of
I apologize for the inaccessibility. As this site is
now public I will be revisiting this bug to try and
find a work around. If I fail, I believe there is a
PR currently in review for FireFox that attempts to
fix the regression. Whether or not that will fix the
bug is unknown. Updates will be posted here.
</p>
<p>right now the bug is so deeply rooted in firefox</p>
<p>that it is not worth worth my time to invest the </p>
<p>resources into developing a equally complicated</p>
<p>workaround.</p>

<div style={styles.spacer} />
<p>
In the mean time urge you to use a different browser
In the mean time if you want to access this site you
will need to use a different browser.
</p>
<div style={styles.spacer} />
<p>Thank you - Henry</p>
</div>
</div>
)}
Expand Down

0 comments on commit fbe70b8

Please sign in to comment.