+ Date + | ++ Invoice + | ++ Description + | ++ Status + | + {/* + `relative` is added here due to a weird bug in Safari that causes `sr-only` headings to introduce overflow on the body on mobile. + */} ++ View receipt + | +
---|---|---|---|---|
+ {dayjs(invoice.createdAt).format("DD/MM/YYYY")} + | ++ {invoice.invoiceNumber} + | +{invoice.title} | +{invoice.status} | ++ + View invoice + + | +
{/* On: "text-orange-900", Off: "text-gray-900" */} @@ -89,114 +131,26 @@ export default function Payments() { ))} -
- Date - | -- Invoice - | -- Description - | -- Status - | - {/* - `relative` is added here due to a weird bug in Safari that causes `sr-only` headings to introduce overflow on the body on mobile. - */} -- View receipt - | -
---|---|---|---|---|
- {dayjs(invoice.createdAt).format("DD/MM/YYYY")} - | -- {invoice.invoiceNumber} - | -{invoice.title} | -{invoice.status} | -- - View invoice - - | -