mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Make Try Again button more noticeable
This commit is contained in:
parent
a53be08b3a
commit
21007e0a4d
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue