this repo has no description
0
fork

Configure Feed

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

it's cool that I always find bugs faster when announcing new releases

+1 -1
+1 -1
src/components/status.jsx
··· 1295 1295 return ( 1296 1296 <li key={createdAt} class="history-item"> 1297 1297 <h3> 1298 - <time>{niceDate(createdAtDate)}</time> 1298 + <time>{niceDateTime(createdAtDate)}</time> 1299 1299 </h3> 1300 1300 <Status 1301 1301 status={status}