this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make Try Again button more noticeable

+1 -4
+1 -4
src/components/timeline.jsx
··· 441 441 {errorText} 442 442 <br /> 443 443 <br /> 444 - <button 445 - class="button plain" 446 - onClick={() => loadItems(!items.length)} 447 - > 444 + <button type="button" onClick={() => loadItems(!items.length)}> 448 445 Try again 449 446 </button> 450 447 </p>