Skip to content
Snippets Groups Projects
Commit e934ad30 authored by Lucas Pelegrino's avatar Lucas Pelegrino Committed by Guilherme Gazzo
Browse files

chore: adds external link icon to upgrade button in marketplace header (#33488)

parent 3ea02d3c
No related branches found
No related tags found
No related merge requests found
......@@ -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>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment