{!showSubMenu ? (
menuActions.map((action, index) => {
diff --git a/src/components/NoteStats/LikeButton.tsx b/src/components/NoteStats/LikeButton.tsx
index ed1743e..077feca 100644
--- a/src/components/NoteStats/LikeButton.tsx
+++ b/src/components/NoteStats/LikeButton.tsx
@@ -1,4 +1,4 @@
-import { Drawer, DrawerContent, DrawerOverlay } from '@/components/ui/drawer'
+import { Drawer, DrawerContent, DrawerHeader, DrawerTitle, DrawerOverlay } from '@/components/ui/drawer'
import {
DropdownMenu,
DropdownMenuContent,
@@ -164,6 +164,9 @@ export default function LikeButton({ event, hideCount = false }: { event: Event;
setIsEmojiReactionsOpen(false)} />
+
+ React
+
{(isDiscussion || isReplyToDiscussion) ? (
{
diff --git a/src/components/NoteStats/RepostButton.tsx b/src/components/NoteStats/RepostButton.tsx
index 41a0352..d9e0686 100644
--- a/src/components/NoteStats/RepostButton.tsx
+++ b/src/components/NoteStats/RepostButton.tsx
@@ -1,5 +1,5 @@
import { Button } from '@/components/ui/button'
-import { Drawer, DrawerContent, DrawerOverlay } from '@/components/ui/drawer'
+import { Drawer, DrawerContent, DrawerHeader, DrawerTitle, DrawerOverlay } from '@/components/ui/drawer'
import {
DropdownMenu,
DropdownMenuContent,
@@ -101,6 +101,9 @@ export default function RepostButton({ event, hideCount = false }: { event: Even
setIsDrawerOpen(false)} />
+
+ Repost
+