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 15, 2024
1 parent 5d85dcb commit e699af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const MarketplaceHeader = ({ title }: { title: string }): ReactElement | null =>
{isAdmin && context === 'private' && <Button onClick={handleClickPrivate}>{t('Upload_private_app')}</Button>}

{isAdmin && isSuccess && !privateAppsEnabled && context === 'private' && (
<UpgradeButton primary icon={undefined} target='private-apps-header' action='upgrade'>
<UpgradeButton primary target='private-apps-header' action='upgrade'>
{t('Upgrade')}
</UpgradeButton>
)}
Expand Down

0 comments on commit e699af9

Please sign in to comment.