Skip to content

Commit

Permalink
Update ExternalPlayerButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
philpw99 committed Jan 6, 2024
1 parent cb6deeb commit 6e882a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const ExternalPlayerButton: React.FC<IExternalPlayerButtonProps> = ({
>
<a href={url}>
<Icon icon={faExternalLinkAlt} color="white" />
</a>&nbsp;
</a>&nbsp; &nbsp; &nbsp;
</Button>
);
};
Expand Down

0 comments on commit 6e882a4

Please sign in to comment.