fix home page status badge ui

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-24 17:49:55 +01:00
parent 52ff79b02d
commit 47eda2f336

View file

@ -47,7 +47,9 @@ const Card = ({ id, title, image, budget, status }: CardProps) => {
<div>{budgetFormatted}</div>
</div>
<div className="mb-2 flex justify-end w-full">
<StatusBadge status={status} />
<div className="flex justify-end w-full pr-4">
<StatusBadge status={status} />
</div>
</div>
</div>
</div>