From 9971195a8016b6190c97f85e8f9bbbe18ab1f8ef Mon Sep 17 00:00:00 2001 From: Adam Daley Date: Thu, 20 Feb 2025 00:56:34 +0000 Subject: [PATCH] Specify `noopener` for potentially unsafe links --- components/ContributedBy/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/ContributedBy/index.tsx b/components/ContributedBy/index.tsx index bc7411f7..8f48d52d 100644 --- a/components/ContributedBy/index.tsx +++ b/components/ContributedBy/index.tsx @@ -8,15 +8,15 @@ export function ContributedBy({ username, pullRequestNumber }) { return (
- + {username}/

- Contributed by
{username} in #{pullRequestNumber}. + Contributed by
{username} in #{pullRequestNumber}.

); -} \ No newline at end of file +}