Skip to content

Commit

Permalink
Update CardFooter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored Mar 3, 2024
1 parent 0701baa commit 6c0999a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/card/CardFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const CardFooter: React.FC<IProps> = ({ dateComment, showRange,orgIconPath }) =>
)}
</Box>
<Box className={classes.logoBox}>
<Logo src={NatunLogo} alt={'Anyway'} height={orgIconPath ? 20 : 22} />
<Logo src={NatunLogo} alt={'Anyway'} height={orgIconPath ? 27 : 29} />
<Logo src={ orgIconPath || LamasImage} alt={'Lamas'} height={orgIconPath ? 24 : 25} />
</Box>
</div>
Expand Down

0 comments on commit 6c0999a

Please sign in to comment.