fix elements y center
This commit is contained in:
parent
fbf93b3ee0
commit
2fd279a055
@ -18,7 +18,7 @@ export const SlotCard = withContext(ContextProvider)(function (props: Readonly<S
|
||||
|
||||
return (
|
||||
<Link href={`/profile/schedule/slot/${documentId}`} rel="noopener noreferrer">
|
||||
<div className="flex justify-between rounded-2xl bg-background p-4 px-6 dark:bg-primary/5">
|
||||
<div className="flex items-center justify-between rounded-2xl bg-background p-4 px-6 dark:bg-primary/5">
|
||||
<ReadonlyTimePair {...slotData.slot} />
|
||||
<div>
|
||||
{hasOrders ? (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user