Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
fix width of user page
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Jun 26, 2024
1 parent 9bf320d commit fbd2efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ProfileCard/ProfileCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface HeaderProps {
}
export default function ProfileCard({ userData }: HeaderProps) {
return (
<Card className="h-fit shadow-lg shadow-black">
<Card className="h-fit shadow-lg shadow-black w-full">
<ProfileCardHeader userData={userData} />
<ProfileCardFooter userData={userData} />
</Card>
Expand Down

1 comment on commit fbd2efe

@vercel
Copy link

@vercel vercel bot commented on fbd2efe Jun 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.