From b984f0196eec52f50ff55200942cf3cda0dfd087 Mon Sep 17 00:00:00 2001 From: Ian Mukherjee Date: Thu, 11 Jul 2024 16:28:58 -0700 Subject: [PATCH] Small UI tweak --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36fe415..b3a8517 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,7 +25,7 @@ export default async function Home() { const data = await getData(); return ( -
+
{data.products.length === 1 ? ( <>