Skip to content

Commit

Permalink
Delete unnecessary character in InfoMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Oct 1, 2024
1 parent 717d158 commit 235e2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/infomessage/InfoMessage.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const InfoMessage = ({ title, content, link }: Props) => {
</Text>
{link && (
<Link href={link} target="_blank" style={{ alignSelf: 'flex-end' }}>
More infos <Icon name="External-link"></Icon>
More info <Icon name="External-link"></Icon>
</Link>
)}
</InfoMessageContainer>
Expand Down

0 comments on commit 235e2b4

Please sign in to comment.