+
);
}
diff --git a/src/components/proposals/ProposalCard.tsx b/src/components/proposals/ProposalCard.tsx
index e37b33d0..ea074b87 100644
--- a/src/components/proposals/ProposalCard.tsx
+++ b/src/components/proposals/ProposalCard.tsx
@@ -15,9 +15,9 @@ import { useProposalStatus } from "@/hooks/useProposalStatus";
import { useProposalVote } from "@/hooks/useProposalVote";
import { Button } from "@/components/ui/button";
import { RefreshCw, AlertCircle } from "lucide-react";
-import { motion } from "framer-motion";
import { safeNumberFromBigInt } from "@/utils/proposal";
import { cn } from "@/lib/utils";
+import { motion } from "framer-motion";
interface ProposalCardProps {
proposal: Proposal | ProposalWithDAO;
@@ -162,7 +162,7 @@ export default function ProposalCard({
href={`/proposals/${proposal.id}`}
className="block group cursor-pointer"
>
-
{/*
@@ -625,7 +625,7 @@ details in next post`}
-
+
+
{/* Header */}