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 Oct 14, 2024
1 parent ec8b8e5 commit 1343dff
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 1343dff

Please sign in to comment.