From 4484f85fe9f8d4b77d8d9f0b5c0152d3a7dae8f5 Mon Sep 17 00:00:00 2001 From: imnyang Date: Tue, 9 Sep 2025 06:03:45 +0900 Subject: [PATCH] Update redirect URL in SUPERCOMMAND component for improved navigation --- src/components/SUPERCOMMAND.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SUPERCOMMAND.tsx b/src/components/SUPERCOMMAND.tsx index dea5689..5611586 100644 --- a/src/components/SUPERCOMMAND.tsx +++ b/src/components/SUPERCOMMAND.tsx @@ -79,7 +79,7 @@ export default function SUPERCOMMAND() { ] window.location.href = redirectList[Math.floor(Math.random() * redirectList.length)]; } else if (tabCount === 1108) { - window.location.href = "https://whoamiandwhoareyou.imnya.ng"; + window.location.href = "https://imnya.ng/whoamiandwhoareyou "; } } };