Skip to content

Commit

Permalink
Fix card direction
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir198 committed Apr 3, 2024
1 parent 56b870c commit c30d90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Members/MemberCard/MemberCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const MemberCard = ({
githubUrl,
}: MemberCardProps) => {
return (
<div className="flex bg-purple-100 dark:bg-gray-600 rounded-2xl shadow-md w-full xl:w-[400px] xl:h-[173px]">
<div dir='rtl' className="flex bg-purple-100 dark:bg-gray-600 rounded-2xl shadow-md w-full xl:w-[400px] xl:h-[173px]">
<MemberCardInfo
imgUrl={imgUrl}
name={name}
Expand Down

0 comments on commit c30d90a

Please sign in to comment.