From 6a472fde2b2d653486132fe7c49ff560b85e31e3 Mon Sep 17 00:00:00 2001 From: Alissa Crane Date: Wed, 16 Oct 2024 10:39:45 -0700 Subject: [PATCH] fix format --- src/components/Banner.tsx | 2 +- src/components/Navbar.tsx | 4 ++-- src/components/OnchainStore.tsx | 4 ++-- src/components/OnchainStoreItem.tsx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx index 1a63de5..eb57f37 100644 --- a/src/components/Banner.tsx +++ b/src/components/Banner.tsx @@ -1,7 +1,7 @@ export function Banner() { return (
-
+
This is a demo site. These products are not for sale.
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 5ca2401..f73b814 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -32,7 +32,7 @@ export default function Navbar() { }, []); return ( -
+
@@ -55,7 +55,7 @@ export default function Navbar() {
{isMenuOpen && ( -
+
    diff --git a/src/components/OnchainStore.tsx b/src/components/OnchainStore.tsx index 976863d..cd85069 100644 --- a/src/components/OnchainStore.tsx +++ b/src/components/OnchainStore.tsx @@ -8,10 +8,10 @@ import OnchainStoreSummary from './OnchainStoreSummary'; export default function OnchainStore() { return ( -
    +
    -
    +
    diff --git a/src/components/OnchainStoreItem.tsx b/src/components/OnchainStoreItem.tsx index 3b9e262..53c8e8b 100644 --- a/src/components/OnchainStoreItem.tsx +++ b/src/components/OnchainStoreItem.tsx @@ -4,7 +4,7 @@ import QuantityInput from './QuantityInput'; export default function OnchainStoreItem({ id, name, price, image }: Product) { return ( -
    +

    {name}

    {price.toFixed(2)} USDC