Skip to content

Commit

Permalink
footer bg change
Browse files Browse the repository at this point in the history
  • Loading branch information
musiur committed Jun 22, 2024
1 parent 4fdc176 commit a03e1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ANIM__FadeInOutOnScroll from "../anims/fadein.anim";

const Footer = () => {
return (
<footer className="bg-white">
<footer className="bg-muted">
<div className="h-2 bg-gradient-to-r from-secondary/5 via-secondary to-secondary/5"></div>
<div className="section container">
<section className="flex flex-col sm:flex-row flex-wrap items-start justify-between large-gap md:small-gap">
Expand Down

0 comments on commit a03e1d0

Please sign in to comment.