From da91b31839b9b6c77149145128947fb1fe64e730 Mon Sep 17 00:00:00 2001 From: lifeparticle Date: Tue, 31 Oct 2023 22:18:38 +1100 Subject: [PATCH] move feedback to footer --- .../Layouts/FloatingHeader/FloatingHeader.module.scss | 10 ---------- ui/src/components/Layouts/FloatingHeader/index.tsx | 8 -------- ui/src/components/Layouts/Footer/index.tsx | 4 ++++ 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/ui/src/components/Layouts/FloatingHeader/FloatingHeader.module.scss b/ui/src/components/Layouts/FloatingHeader/FloatingHeader.module.scss index 54aefe60..3bc230e6 100644 --- a/ui/src/components/Layouts/FloatingHeader/FloatingHeader.module.scss +++ b/ui/src/components/Layouts/FloatingHeader/FloatingHeader.module.scss @@ -5,14 +5,4 @@ padding: var(--bt-size-4); position: sticky; flex-direction: row; - - &__button { - border: none; - box-shadow: none; - background-color: transparent; - cursor: pointer; - position: relative; - align-items: center; - display: flex; - } } diff --git a/ui/src/components/Layouts/FloatingHeader/index.tsx b/ui/src/components/Layouts/FloatingHeader/index.tsx index 7a14d312..40c942a9 100644 --- a/ui/src/components/Layouts/FloatingHeader/index.tsx +++ b/ui/src/components/Layouts/FloatingHeader/index.tsx @@ -1,8 +1,5 @@ -import { Button } from "antd"; import style from "./FloatingHeader.module.scss"; import Notification from "components/General/Notification"; -import Icon from "components/General/Icon"; -import { Link } from "react-router-dom"; interface FloatingHeaderProps { styles?: React.CSSProperties; @@ -12,11 +9,6 @@ const FloatingHeader: React.FC = ({ styles }) => { return (
- - -
); }; diff --git a/ui/src/components/Layouts/Footer/index.tsx b/ui/src/components/Layouts/Footer/index.tsx index d1a559b5..6e9a2cd4 100644 --- a/ui/src/components/Layouts/Footer/index.tsx +++ b/ui/src/components/Layouts/Footer/index.tsx @@ -101,6 +101,10 @@ const Footer: React.FC = () => { Blog */} + +
  • + Feedback{" "} +