Skip to content

Commit

Permalink
hee
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAnkushshah committed Sep 24, 2024
1 parent 4513dc1 commit b7d88ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MeetingCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const MeetingCard = ({
const { toast } = useToast();

return (
<section className="flex min-h-[258px] w-full flex-col justify-between rounded-[14px] bg-dark-1 px-5 py-8 xl:max-w-[568px]">
<section className="flex min-h-[258px] w-full flex-col justify-between rounded-[14px] bg-dark-1 px-5 py-8 xl:max-w-[759px]">
<article className="flex flex-col gap-5">
<Image src={icon} alt="upcoming" width={28} height={28} />
<div className="flex justify-between">
Expand Down

0 comments on commit b7d88ba

Please # to comment.