From 21a7a1d75c0b67149ee1b43be3e017a8047b3d60 Mon Sep 17 00:00:00 2001 From: Nabeelahh Date: Tue, 30 Jun 2026 05:29:39 +0100 Subject: [PATCH] sanitize and guard --- src/components/help/HelpDrawer.tsx | 2 +- .../__tests__/explorerLinks.policy.test.ts | 61 +++++++++++++++++- src/utils/__tests__/explorerLinks.test.ts | 62 ++++++++++++++++++- src/utils/explorerLinks.ts | 49 +++++++++++++++ 4 files changed, 171 insertions(+), 3 deletions(-) diff --git a/src/components/help/HelpDrawer.tsx b/src/components/help/HelpDrawer.tsx index cbeef6c9..ecd8018e 100644 --- a/src/components/help/HelpDrawer.tsx +++ b/src/components/help/HelpDrawer.tsx @@ -95,7 +95,7 @@ export const HelpDrawer: React.FC = () => {