Skip to content

Commit 85cb1a6

Browse files
committed
remove border color
1 parent 79ccb07 commit 85cb1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Footer = ({ bgColor, iconColor }: FooterProps) => {
1515
return (
1616
<footer
1717
className={cn(
18-
"p-4 bg-[#007ACC] border-t border-slate-100 flex items-center justify-center",
18+
"p-4 bg-[#007ACC] border-t flex items-center justify-center",
1919
bgColor
2020
)}
2121
>

0 commit comments

Comments
 (0)