Skip to content

Commit

Permalink
fix: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alikehel committed Oct 18, 2024
1 parent f34d405 commit 59ed2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions apps/web/src/components/ui/messages/message-actions.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import replay from "@/assets/replay.svg";
import reply from "@/assets/reply.svg";

export const MessageActions = ({
reactHandler,
Expand All @@ -19,7 +19,7 @@ export const MessageActions = ({
</button>
))}
<button className="rounded-lg p-0 hover:scale-105 hover:bg-zinc-800/50 md:p-1">
<img src={replay} alt="Replay" />
<img src={reply} alt="Reply" />
</button>
</div>
);
Expand Down

0 comments on commit 59ed2cd

Please sign in to comment.