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}
<br />
<br />
<button
class="button plain"
onClick={() => loadItems(!items.length)}
>
<button type="button" onClick={() => loadItems(!items.length)}>
Try again
</button>
</p>