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