Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
feat: feedback link
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jun 21, 2024
1 parent 93d70f6 commit 2ec628c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions frontend/src/components/layouts/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
EllipsisVertical,
ExternalLinkIcon,
FlaskRound,
HandHeart,
Lock,
Menu,
MessageCircleQuestion,
Expand Down Expand Up @@ -139,6 +140,18 @@ export default function AppLayout() {
<Settings className="h-4 w-4" />
Settings
</MenuItem>
<MenuItem
to="/"
onClick={(e) => {
openLink(
"https://feedback.getalby.com/-alby-hub-request-a-feature"
);
e.preventDefault();
}}
>
<HandHeart className="h-4 w-4" />
Feedback
</MenuItem>
<MenuItem
to="/"
onClick={(e) => {
Expand Down

0 comments on commit 2ec628c

Please sign in to comment.