diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index acb567a..9f26303 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -4,7 +4,7 @@ import { Footer } from "./Footer";
export const Layout = ({ children }: { children: any }) => {
return (
-
+
-
+
);
};
diff --git a/src/components/MarketCard.tsx b/src/components/MarketCard.tsx
index e1635ae..3fe2a82 100644
--- a/src/components/MarketCard.tsx
+++ b/src/components/MarketCard.tsx
@@ -61,7 +61,6 @@ const MarketCard: React.FC = ({
p={4}
py={6}
width="100%"
- variant="light"
inAccordion={true}
expandableChildren={
+