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

Commit

Permalink
fix: use other icon
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jun 21, 2024
1 parent 2ec628c commit 235f8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/layouts/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
EllipsisVertical,
ExternalLinkIcon,
FlaskRound,
HandHeart,
Lock,
Megaphone,
Menu,
MessageCircleQuestion,
Settings,
Expand Down Expand Up @@ -149,7 +149,7 @@ export default function AppLayout() {
e.preventDefault();
}}
>
<HandHeart className="h-4 w-4" />
<Megaphone className="h-4 w-4" />
Feedback
</MenuItem>
<MenuItem
Expand Down

0 comments on commit 235f8af

Please sign in to comment.