diff --git a/src/components/PostViewer.tsx b/src/components/PostViewer.tsx index 0d12741..af75d4a 100644 --- a/src/components/PostViewer.tsx +++ b/src/components/PostViewer.tsx @@ -10,6 +10,7 @@ import { Server, ServerOff, Plus, + Circle, } from "lucide-react"; import { toast } from "sonner"; import { Button } from "./ui/button"; @@ -809,9 +810,12 @@ export function PostViewer({ windowId }: PostViewerProps = {}) { {/* Status indicator */} -