minor fix

This commit is contained in:
daniel31x13 2024-11-08 12:25:31 -05:00
parent 0de5caffa1
commit ddc2079f4b

View File

@ -191,7 +191,7 @@ export default function Billing() {
</p> </p>
</td> </td>
{user.id !== account.id && ( {user.id !== account.id && (
<td> <td className="relative">
<div <div
className={`dropdown dropdown-bottom font-normal dropdown-end absolute right-[0.35rem] top-[0.35rem]`} className={`dropdown dropdown-bottom font-normal dropdown-end absolute right-[0.35rem] top-[0.35rem]`}
> >