Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Oct 29, 2024
1 parent ff74cef commit 2402d3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/AppDetails/AppDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ export const AppDetails = ({
</div>
<div>
{installedApp?.launchUrl && (
<a href={installedApp.launchUrl} target="_blank">
<a
href={installedApp.launchUrl}
target="_blank"
rel="noreferrer"
>
<Button className={styles.openLink}>
{i18n.t('Open')}
</Button>
Expand Down

0 comments on commit 2402d3e

Please sign in to comment.