diff --git a/ui/src/components/Layouts/FloatingHeader/index.tsx b/ui/src/components/Layouts/FloatingHeader/index.tsx
index 7d8ee47e..54532823 100644
--- a/ui/src/components/Layouts/FloatingHeader/index.tsx
+++ b/ui/src/components/Layouts/FloatingHeader/index.tsx
@@ -2,7 +2,7 @@ import { Button, theme } from "antd";
import style from "./FloatingHeader.module.scss";
import Notification from "components/General/Notification";
import Icon from "components/General/Icon";
-import { openLink } from "lib/utils/helper";
+import { Link } from "react-router-dom";
const FloatingHeader = () => {
const {
@@ -17,12 +17,11 @@ const FloatingHeader = () => {
}}
>