From def0fa6764a9c5e6d404878f0a9b67663b5d4e47 Mon Sep 17 00:00:00 2001 From: Redisitic Date: Tue, 13 May 2025 01:49:12 +0530 Subject: [PATCH 1/2] Introducing the Best Calculator by Rhythm: https://redisitic.xyz --- notes-aid/src/components/Navbar.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/notes-aid/src/components/Navbar.tsx b/notes-aid/src/components/Navbar.tsx index c2a8bc4..140ba69 100644 --- a/notes-aid/src/components/Navbar.tsx +++ b/notes-aid/src/components/Navbar.tsx @@ -287,6 +287,10 @@ const Navbar = () => { return null; } + const handleBestCalc = () => { + window.location.href = "https://redisitic.xyz"; + }; + return (