mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
fix home page status badge ui
This commit is contained in:
parent
52ff79b02d
commit
47eda2f336
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue