Skip to content

Commit a19424d

Browse files
fix: Image for organization in overview page
1 parent f4a6476 commit a19424d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/OverviewPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function OverviewPage() {
7070
</div>
7171
) : (
7272
orgs[0]?.avatar_url && (
73-
<img src={orgs[0].avatar_url} alt="" style={{ width: 56, height: 56, borderRadius: '50%', border: '2px solid var(--border)' }} />
73+
<img src={orgs[0].avatar_url} alt="" style={{ width: 56, height: 56 }} />
7474
)
7575
)}
7676
<div style={{ flex: 1 }}>

0 commit comments

Comments
 (0)