diff --git a/src/components/aidaos/DAOTabLayout.tsx b/src/components/aidaos/DAOTabLayout.tsx index 73b498e2..2271c540 100644 --- a/src/components/aidaos/DAOTabLayout.tsx +++ b/src/components/aidaos/DAOTabLayout.tsx @@ -73,7 +73,7 @@ export function DAOTabLayout({ ) : ( -
{children}
+
{children}
)} diff --git a/src/components/aidaos/RootDAOPage.tsx b/src/components/aidaos/RootDAOPage.tsx index 9c0abdbb..70fd497a 100644 --- a/src/components/aidaos/RootDAOPage.tsx +++ b/src/components/aidaos/RootDAOPage.tsx @@ -428,8 +428,8 @@ export function RootDAOPage({ children, daoName }: RootDAOPageProps) { // }; return ( -
-
+
+
{/*
@@ -625,7 +625,7 @@ details in next post`}
-
+
); } 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" > -
+
{/* Header */}