Skip to content

Commit 7c4094e

Browse files
committed
rounded footer
1 parent 44611a4 commit 7c4094e

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
@@ -31,7 +31,7 @@ export function Footer() {
3131
<div
3232
className={`flex flex-col items-start justify-center gap-4 p-8
3333
max-w-screen-lg mx-auto text-sm
34-
bg-white dark:bg-black/40 shadow-xl shadow-black/10 rounded-t-lg`}
34+
bg-white dark:bg-black/40 shadow-xl shadow-black/10 rounded-lg`}
3535
>
3636
<div className={`grid gap-1 sm:grid-cols-2 md:grid-cols-3`}>
3737
{footerLinks.map((item) => (

0 commit comments

Comments
 (0)