Skip to content

Commit 756b792

Browse files
authored
Add rel="noreferrer" to link AppTile.tsx
reference: Issue: ajnart#1933 PR comment: ajnart#2048 (comment)
1 parent 6a7532b commit 756b792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Dashboard/Tiles/Apps/AppTile.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export const AppTile = ({ className, app }: AppTileProps) => {
8989
<UnstyledButton
9090
style={{ pointerEvents: isEditMode ? 'none' : 'auto' }}
9191
component="a"
92+
rel="noreferrer"
9293
href={href}
9394
target={app.behaviour.isOpeningNewTab ? '_blank' : '_self'}
9495
className={`${classes.button} ${classes.base}`}

0 commit comments

Comments
 (0)