Gudine

Results 12 comments of Gudine

There's a button labeled "Feedback" at the bottom of the right sidebar that leads to Zendesk, and the same button is present in the mobile layout on the left sidebar,...

After rooting around in the documentations, I managed to make the table code significantly shorter: ```jsx const UNITS = ["days", "hours", "minutes", "seconds", "milliseconds"]; function formatDiff(date) { const diff =...