Skip to content

Commit f5d3f71

Browse files
fix: use icon mode for org avatar (#15945)
Fix related to #15930
1 parent 300ad87 commit f5d3f71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

site/src/pages/WorkspacePage/WorkspaceTopbar.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,12 @@ const OrganizationBreadcrumb: FC<OrganizationBreadcrumbProps> = ({
313313
<Popover mode="hover">
314314
<PopoverTrigger>
315315
<span css={styles.breadcrumbSegment}>
316-
<Avatar size="sm" src={orgIconUrl ?? ""} fallback={orgName} />
316+
<Avatar
317+
size="sm"
318+
variant="icon"
319+
src={orgIconUrl}
320+
fallback={orgName}
321+
/>
317322
<span css={styles.breadcrumbText}>{orgName}</span>
318323
</span>
319324
</PopoverTrigger>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy