Skip to content

Commit

Permalink
Update RepositoryCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
adamborowski committed Mar 23, 2023
1 parent 6e7ad40 commit a6cb542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/repositories/components/RepositoryCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const RepositoryCard: FC<RepositoryCardProps> = ({
colorScheme="blue"
href={repository.linkUrl}
target="_blank"
>
>$$$$
<FormattedMessage {...messages.viewInGithub} />
</Button>
</ButtonGroup>
Expand Down

0 comments on commit a6cb542

Please sign in to comment.