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

@ -9,7 +9,7 @@ import customParseFormat from 'dayjs/plugin/customParseFormat';
import {
Center,
Donate,
Footer,
TextField,
SelectField,
Button,
@ -20,7 +20,6 @@ import {
import {
StyledMain,
Footer,
Logo,
Title,
EventName,
@ -442,10 +441,7 @@ const Event = (props) => {
</>
)}
<Footer id="donate">
<span>Thank you for using Crab Fit. If you like it, consider donating.</span>
<Donate />
</Footer>
<Footer />
</>
);
};

View file

@ -6,15 +6,6 @@ export const StyledMain = styled.div`
max-width: calc(100% - 60px);
`;
export const Footer = styled.footer`
width: 600px;
margin: 50px auto 20px;
max-width: calc(100% - 60px);
display: flex;
align-items: center;
justify-content: space-between;
`;
export const Logo = styled.img`
width: 2.5rem;
margin-right: 16px;