From ddde9992c54ddf9c94cbca6e95e9c8a36363121a Mon Sep 17 00:00:00 2001 From: Boyd Date: Mon, 16 Sep 2024 01:09:06 +0200 Subject: [PATCH] Add rel="noreferrer" to link AppTile.tsx (#2126) reference: Issue: https://github.com/ajnart/homarr/issues/1933 PR comment: https://github.com/ajnart/homarr/pull/2048#issuecomment-2113238216 --- src/components/Dashboard/Tiles/Apps/AppTile.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Dashboard/Tiles/Apps/AppTile.tsx b/src/components/Dashboard/Tiles/Apps/AppTile.tsx index e9fa7dc01e1..3a04ce85bfa 100644 --- a/src/components/Dashboard/Tiles/Apps/AppTile.tsx +++ b/src/components/Dashboard/Tiles/Apps/AppTile.tsx @@ -89,6 +89,7 @@ export const AppTile = ({ className, app }: AppTileProps) => {