Update redirect URL in SUPERCOMMAND component for improved navigation

This commit is contained in:
암냥 2025-09-09 06:03:45 +09:00
commit 4484f85fe9

View file

@ -79,7 +79,7 @@ export default function SUPERCOMMAND() {
] ]
window.location.href = redirectList[Math.floor(Math.random() * redirectList.length)]; window.location.href = redirectList[Math.floor(Math.random() * redirectList.length)];
} else if (tabCount === 1108) { } else if (tabCount === 1108) {
window.location.href = "https://whoamiandwhoareyou.imnya.ng"; window.location.href = "https://imnya.ng/whoamiandwhoareyou ";
} }
} }
}; };