Skip to content

Commit

Permalink
Replaced all the css into tailwind css on DonationSection component
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajit20 committed Nov 14, 2023
1 parent f6f3a81 commit b3a6bcb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions components/ReusableSections/DonateSection/DonateSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { s3 } from 'common/constants/urls';
import Container from 'components/Container/Container';
import LinkButton from 'components/Buttons/LinkButton/LinkButton';
import Heading from 'components/Heading/Heading';
import styles from './DonateSection.module.css';

function DonateSection() {
return (
Expand All @@ -18,7 +17,7 @@ function DonateSection() {

<p>Thank you for supporting our mission!</p>

<LinkButton href="/donate" theme="primary" className={styles.topMargin}>
<LinkButton href="/donate" theme="primary" className="mt-4">
Donate Now
</LinkButton>
</Container>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`DonateSection should render with no props passed passed 1`] = `
Thank you for supporting our mission!
</p>
<LinkButton
className="topMargin"
className="mt-4"
fullWidth={false}
href="/donate"
theme="primary"
Expand Down

0 comments on commit b3a6bcb

Please sign in to comment.