From 2ec628cf1397308742f2bbdedd3bf2af34a09981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Fri, 21 Jun 2024 13:21:35 +0200 Subject: [PATCH] feat: feedback link --- frontend/src/components/layouts/AppLayout.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend/src/components/layouts/AppLayout.tsx b/frontend/src/components/layouts/AppLayout.tsx index 50d6fdc6..192e6791 100644 --- a/frontend/src/components/layouts/AppLayout.tsx +++ b/frontend/src/components/layouts/AppLayout.tsx @@ -3,6 +3,7 @@ import { EllipsisVertical, ExternalLinkIcon, FlaskRound, + HandHeart, Lock, Menu, MessageCircleQuestion, @@ -139,6 +140,18 @@ export default function AppLayout() { Settings + { + openLink( + "https://feedback.getalby.com/-alby-hub-request-a-feature" + ); + e.preventDefault(); + }} + > + + Feedback + {