Skip to content

Commit

Permalink
chore: adds external link icon to upgrade button in marketplace header (
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-a-pelegrino authored and ggazzo committed Oct 17, 2024
1 parent 3ea02d3 commit e934ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const UpdateRocketChatButton = () => {
const { t } = useTranslation();

return (
<Button primary is='a' href='https://docs.rocket.chat/v1/docs/en/updating-rocketchat' external>
<Button icon='new-window' primary is='a' href='https://docs.rocket.chat/v1/docs/en/updating-rocketchat' external>
{t('Update')}
</Button>
);
Expand Down

0 comments on commit e934ad3

Please sign in to comment.