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 = () => { }} > - + + + ); }; diff --git a/ui/src/components/Layouts/Footer/index.tsx b/ui/src/components/Layouts/Footer/index.tsx index 28bfbde9..01652a80 100644 --- a/ui/src/components/Layouts/Footer/index.tsx +++ b/ui/src/components/Layouts/Footer/index.tsx @@ -97,7 +97,9 @@ const Footer: React.FC = () => { Company