diff --git a/src/components/Layout/Footer.jsx b/src/components/Layout/Footer.jsx index 6c63c62..14a26be 100644 --- a/src/components/Layout/Footer.jsx +++ b/src/components/Layout/Footer.jsx @@ -3,11 +3,11 @@ import pg from "../../../package.json"; // adjust the path as needed const TOOLS = [ { name: "TubeHive - YouTube MP3 Downloader", - url: "/", + url: "https://tubehive.netlify.app", }, { name: "TikHive - TikTok Video Downloader", - url: "https://tikhive.netlify.app/", + url: "/", }, ];