diff --git a/.husky/post-merge b/.husky/post-merge
index 9bc1399..74ee089 100755
--- a/.husky/post-merge
+++ b/.husky/post-merge
@@ -1,5 +1,4 @@
#!/bin/sh
-. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"
npx post-merge-install "pnpm install"
\ No newline at end of file
diff --git a/.husky/pre-push b/.husky/pre-push
index f9172ac..5b416b8 100755
--- a/.husky/pre-push
+++ b/.husky/pre-push
@@ -1,5 +1,4 @@
#!/bin/sh
-# . "$(dirname "$0")/_/husky.sh" // Depreciated in husky v10, TODO: Remove this permanently
. "$(dirname "$0")/common.sh"
pnpm build
diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx
index aed9106..3646d1b 100644
--- a/src/components/layouts/Footer.tsx
+++ b/src/components/layouts/Footer.tsx
@@ -3,7 +3,7 @@ import React from "react";
import ScrollToTopButton from "./scroll-to-top";
const products = [
- { name: "IQ AI", href: "https://iqai.app/" },
+ { name: "IQ AI", href: "https://iqai.com/" },
{ name: "IQ.wiki", href: "https://iq.wiki/" },
{ name: "Sophia", href: "https://sophia.iqai.com/" },
{ name: "AIDEN", href: "https://aiden.id/" },
diff --git a/src/components/layouts/ecosystem/iqai.tsx b/src/components/layouts/ecosystem/iqai.tsx
index 4c0ee48..c19ac1f 100644
--- a/src/components/layouts/ecosystem/iqai.tsx
+++ b/src/components/layouts/ecosystem/iqai.tsx
@@ -12,7 +12,7 @@ export default async function IQAI() {