Make Try Again button more noticeable

This commit is contained in:
Lim Chee Aun 2023-11-04 09:56:06 +08:00
parent a53be08b3a
commit 21007e0a4d

View file

@ -441,10 +441,7 @@ function Timeline({
{errorText} {errorText}
<br /> <br />
<br /> <br />
<button <button type="button" onClick={() => loadItems(!items.length)}>
class="button plain"
onClick={() => loadItems(!items.length)}
>
Try again Try again
</button> </button>
</p> </p>