From f9b5a471f4e160193a2b1a39e34465eba9d4b864 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 2 Aug 2023 02:10:40 +0100 Subject: [PATCH] add drop shadow to the buttons --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2eefcc9..b712fc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,6 +71,8 @@ export default function Home() { }} /> )} + + {/* Info Card */}