fixed layout

This commit is contained in:
Annika Hannig 2022-11-11 14:43:45 +01:00
parent 39339b9969
commit 8f5ea78429

View File

@ -17,6 +17,7 @@ const WaitingText = ({resource}) => {
}
}, []);
if (time < 5) {
return null;
}
@ -28,8 +29,10 @@ const WaitingText = ({resource}) => {
{time >= 15 &&
<p>&gt; This seems to take a while...</p>}
{time >= 20 &&
<p>&gt; This usually only happens when there are really many routes!<br />
&nbsp; Please stand by a bit longer.</p>}
<>
<p>&gt; This usually only happens when there are really many routes!</p>
<p>&gt; Please stand by a bit longer.</p>
</>}
{time >= 30 &&
<p>&gt; This is taking really long...</p>}
{time >= 40 &&