Skip to content

Commit

Permalink
Update OrgListCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
duplixx authored Jan 7, 2024
1 parent b01bdd8 commit ba4b53e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/OrgListCard/OrgListCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ function orgListCard(props: InterfaceOrgListCardProps): JSX.Element {
{data && data?.isSampleOrganization && (
<FlaskIcon
fill="var(--bs-white)"
width={20}
width={12}
className={styles.flaskIcon}
title={t('sampleOrganization')}
/>
)}
Expand Down

0 comments on commit ba4b53e

Please sign in to comment.