Skip to content

Commit

Permalink
fix: github image
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasHenriqueDiniz committed Jan 10, 2025
1 parent e342da9 commit 5f25a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions source/plugins/github/components/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const DefaultProfile = ({ data }: { data: UserResponse }) => {
width={50}
height={50}
className="rounded-full"
dontUseUrl64
/>
<div>
<h2 className="text-lg font-semibold">{data.name}</h2>
Expand Down
Loading

0 comments on commit 5f25a38

Please sign in to comment.