mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-17 17:40:16 -04:00
add a donation button to footer
This commit is contained in:
parent
845f83643f
commit
ded7c2eb17
|
@ -18,7 +18,28 @@ export default function Footer() {
|
||||||
<a href="https://www.linkedin.com/in/nkanchinadam/">Nitin Kanchinadam</a>.
|
<a href="https://www.linkedin.com/in/nkanchinadam/">Nitin Kanchinadam</a>.
|
||||||
Code:{' '}
|
Code:{' '}
|
||||||
<a href="https://github.com/myfatemi04/wheelshare-frontend">frontend</a>,{' '}
|
<a href="https://github.com/myfatemi04/wheelshare-frontend">frontend</a>,{' '}
|
||||||
<a href="https://github.com/myfatemi04/wheelshare-altbackend">backend</a>
|
<a href="https://github.com/myfatemi04/wheelshare-altbackend">backend</a>{' '}
|
||||||
|
<a
|
||||||
|
href="https://ko-fi.com/michaelfatemi"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
style={{
|
||||||
|
display: 'inline-block',
|
||||||
|
position: 'relative',
|
||||||
|
backgroundColor: 'rgb(255, 56, 96)',
|
||||||
|
borderRadius: '0.5rem',
|
||||||
|
padding: '0.5em',
|
||||||
|
color: 'white',
|
||||||
|
textDecoration: 'none',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
src="https://ko-fi.com/img/cup-border.png"
|
||||||
|
alt=""
|
||||||
|
style={{ height: '1em' }}
|
||||||
|
/>
|
||||||
|
Donate
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user