Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishith25 committed Jan 24, 2025
1 parent aac9d74 commit d4fceb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/UserDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function UserDashboard() {
<Avatar
name={user.first_name}
imageUrl={user.read_profile_picture_url}
className="h-14 w-14 md:h-16 md:w-16 rounded-md"
className="h-14 w-14 md:h-16 md:w-16"
/>
<div className="space-y-1">
<h1 className="text-xl md:text-2xl font-bold">
Expand Down

0 comments on commit d4fceb7

Please sign in to comment.