Skip to content

Commit

Permalink
Merge pull request #315 from AADESHak007/bitbox/footer
Browse files Browse the repository at this point in the history
Fixed the bug in the footer #315
  • Loading branch information
Anuj3553 authored Oct 29, 2024
2 parents 427f8c6 + d20192b commit d78eafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/component/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const Footer = (props) => {
<div className="Footer" style={{ backgroundColor: props.mode === 'dark' ? '#0B192C' : 'white' }}>
<div className="container">
<div className='mb-4' data-aos="fade-up" data-aos-duration='1500'>
<h4 className="text-3xl font-semibold text-center text-black mb-4">Subscribe to our Newsletter</h4>
<h4 style={{color : props.mode ==='dark'? 'white' : 'black'}} className="text-3xl font-semibold text-center mb-4">Subscribe to our Newsletter</h4>
<form
className="flex flex-col items-center gap-4 md:flex-row md:justify-center"
onSubmit={handleSubscribe}
Expand Down

0 comments on commit d78eafe

Please sign in to comment.