Compare commits

...

2 Commits

Author SHA1 Message Date
tobitege
e158775e5d Merge branch 'main' into ALL-694/feedback-action-button 2024-11-11 10:52:42 +01:00
amanape
dac63a9bc3 Add feedback button 2024-11-11 11:37:35 +02:00

View File

@@ -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() {
>
<DocsIcon width={28} height={28} />
</a>
<a
href="https://airtable.com/app1eEYA5bqQmGTNk/pagiMCeTlddJGbUkV/form"
target="_blank"
rel="noreferrer noopener"
className="w-8 h-8 rounded-full hover:opacity-80 flex items-center justify-center"
aria-label="Feedback"
>
<FaCommentDots fill="#A3A3A3" size={24} />
</a>
{!!token && (
<button
type="button"