From f9b38939baae3e14ae3ef94ff6ebee2261a1ffff Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Fri, 6 Dec 2024 19:06:27 -0500 Subject: [PATCH] chore: add border for footer --- app/routes/_data.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/_data.tsx b/app/routes/_data.tsx index dfb1b7f..31c0cd9 100644 --- a/app/routes/_data.tsx +++ b/app/routes/_data.tsx @@ -54,6 +54,7 @@ function Footer({ url, debug, integration }: FooterProps) { 'fixed bottom-0 left-0 z-50 w-full h-14', 'bg-ui-100 dark:bg-ui-900 text-ui-500', 'flex flex-col justify-center gap-1', + 'border-t border-ui-200 dark:border-ui-800', )}>

Headplane is entirely free to use.