Skip to content

Commit

Permalink
added tubehive url in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisBushaj authored Oct 10, 2024
1 parent 33a77c8 commit e46f326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/",
},
];

Expand Down

0 comments on commit e46f326

Please sign in to comment.