Skip to content

Commit 721fbf7

Browse files
committed
Remove blue divider under contact banner
1 parent 359696f commit 721fbf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layout/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Footer: React.FC = () => {
2121

2222
return (
2323
<footer
24-
className="pt-8 pb-6 text-[#ddd] border-t-2 border-[#09afdf]"
24+
className="pt-8 pb-6 text-[#ddd]"
2525
style={{ background: 'linear-gradient(180deg, #2d3436 0%, #262c2e 40%, #1e2425 100%)' }}
2626
>
2727
<div className="container mx-auto px-8 md:px-20 lg:px-32">

0 commit comments

Comments
 (0)