From e7d8f448649d74457f1759594dc9a10c1807e23b Mon Sep 17 00:00:00 2001 From: Felix Wotschofsky Date: Thu, 5 Dec 2024 18:52:32 +0100 Subject: [PATCH 1/7] =?UTF-8?q?Use=20card=20based=20layout=20for=20results?= =?UTF-8?q?=20pages=20=F0=9F=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/_components/footer.tsx | 2 +- app/globals.css | 3 - app/layout.tsx | 2 +- .../[domain]/_components/results-tabs.tsx | 2 +- app/lookup/[domain]/layout.tsx | 12 +++- components/ui/card.tsx | 70 +------------------ 6 files changed, 15 insertions(+), 76 deletions(-) diff --git a/app/_components/footer.tsx b/app/_components/footer.tsx index 607d7243..75f8db16 100644 --- a/app/_components/footer.tsx +++ b/app/_components/footer.tsx @@ -26,7 +26,7 @@ const VercelBadge: FC = ({ className, ...props }) => ( export const Footer: FC = () => (