diff --git a/src/pages/VinesFeedPage.tsx b/src/pages/VinesFeedPage.tsx index 01625840..e9f1efb3 100644 --- a/src/pages/VinesFeedPage.tsx +++ b/src/pages/VinesFeedPage.tsx @@ -39,7 +39,7 @@ import { ProfileHoverCard } from '@/components/ProfileHoverCard'; import { Avatar, AvatarImage, AvatarFallback } from '@/components/ui/avatar'; import { Skeleton } from '@/components/ui/skeleton'; -import { DittoLogo } from '@/components/DittoLogo'; + import { ReplyComposeModal } from '@/components/ReplyComposeModal'; import { ComposeBox } from '@/components/ComposeBox'; import { getDisplayName } from '@/lib/getDisplayName'; @@ -168,7 +168,7 @@ function VinesCommentsContent({ activeVine }: VinesCommentsContentProps) { }, [rawReplies]); return ( -
+
{!activeVine ? (

@@ -828,7 +828,7 @@ interface VinesTabBarProps { function VinesTabBar({ tab, onTabChange, hasUser }: VinesTabBarProps) { return ( -

+
{hasUser && ( onTabChange('follows')} /> )} @@ -842,13 +842,13 @@ function VinesTabButton({ label, active, onClick }: { label: string; active: boo );