Donate options

This commit is contained in:
Ben Grant 2021-05-05 22:21:27 +10:00
parent 01a8a26e04
commit 6ad9472434
12 changed files with 68 additions and 56 deletions

View file

@ -4,7 +4,7 @@ import { Link, useHistory } from 'react-router-dom';
import {
Button,
Center,
Donate,
Footer,
AvailabilityViewer,
Legend,
} from 'components';
@ -14,7 +14,6 @@ import {
Logo,
Title,
AboutSection,
Footer,
P,
Step,
FakeCalendar,
@ -94,10 +93,7 @@ const Help = () => {
</StyledMain>
</AboutSection>
<Footer id="donate">
<span>Thank you for using Crab Fit. If you like it, consider donating.</span>
<Donate />
</Footer>
<Footer />
</>
);
};

View file

@ -27,15 +27,6 @@ export const AboutSection = styled.section`
padding: 20px 0;
`;
export const Footer = styled.footer`
width: 600px;
margin: 20px auto;
max-width: calc(100% - 60px);
display: flex;
align-items: center;
justify-content: space-between;
`;
export const P = styled.p`
font-weight: 500;
line-height: 1.6em;