Update tooltip location

This commit is contained in:
Aaron William Po
2023-04-30 23:17:56 -04:00
parent adf1b55d10
commit 1a806e7aff
4 changed files with 17 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ const BreweryInfoHeader: FC<BreweryInfoHeaderProps> = ({ breweryPost }) => {
</Link>
{timeDistance && (
<span
className="tooltip tooltip-right"
className="tooltip tooltip-bottom"
data-tip={format(createdAt, 'MM/dd/yyyy')}
>{`${timeDistance} ago`}</span>
)}