Skip to content

Commit

Permalink
style: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed May 7, 2024
1 parent c270531 commit 2695218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ContactRequestCarousel: React.FunctionComponent<
if (data.type === "member")
return (
<CarouselItem className="basis-1/2 md:basis-1/4">
<div className="flex w-fit shrink-0 flex-row justify-center ">
<div className="flex w-fit shrink-0 flex-col justify-center md:flex-row ">
<p>@{data.senderUserName} </p>
<p>{scopedT("contacted")}</p>
<Link
Expand Down

0 comments on commit 2695218

Please sign in to comment.