Skip to content

Commit 1adb9c1

Browse files
committed
fix: remove background and border styles from Footer component
1 parent 4db1cab commit 1adb9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function Footer({ className }: { className?: string }) {
7373
return (
7474
<footer
7575
className={cn(
76-
'bg-popover border-muted text-intermediate-foreground flex flex-col gap-6 rounded-3xl border px-6 py-10 sm:px-10 lg:px-20',
76+
'text-intermediate-foreground flex flex-col gap-6 py-10',
7777
className
7878
)}
7979
>

0 commit comments

Comments
 (0)