Hide time tooltip on mobile as fix

This commit is contained in:
jahooma 2022-01-17 18:01:09 -06:00
parent b86720e943
commit ead441ce9f

View File

@ -14,7 +14,7 @@ export function DateTimeTooltip(props: {
const { time } = props
return (
<span
className="tooltip cursor-default overflow-hidden"
className="tooltip cursor-default hidden sm:inline-block"
data-tip={dayjs(time).format('MMM DD, YYYY hh:mm a z')}
>
{props.children}