From dac63a9bc3f182c188d98be418f6f8d377239e54 Mon Sep 17 00:00:00 2001 From: amanape <83104063+amanape@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:37:35 +0200 Subject: [PATCH] Add feedback button --- frontend/src/routes/_oh.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/src/routes/_oh.tsx b/frontend/src/routes/_oh.tsx index e771f1ea312d..22590054ca98 100644 --- a/frontend/src/routes/_oh.tsx +++ b/frontend/src/routes/_oh.tsx @@ -12,6 +12,7 @@ import { } from "@remix-run/react"; import posthog from "posthog-js"; import { useDispatch } from "react-redux"; +import { FaCommentDots } from "react-icons/fa"; import { retrieveGitHubUser, isGitHubErrorReponse } from "#/api/github"; import OpenHands from "#/api/open-hands"; import CogTooth from "#/assets/cog-tooth"; @@ -286,6 +287,15 @@ export default function MainApp() { > + + + {!!token && (