fix coffee btn

This commit is contained in:
Qing 2022-10-27 22:47:17 +08:00
parent af914e2086
commit f92bc5847b

View File

@ -41,21 +41,25 @@ const CoffeeIcon = () => {
}} }}
> >
<Button onClick={() => setShow(false)}> No thanks </Button> <Button onClick={() => setShow(false)}> No thanks </Button>
<Button border onClick={() => setShow(false)}> <a
<a href="https://ko-fi.com/Z8Z1CZJGY"
href="https://ko-fi.com/Z8Z1CZJGY" target="_blank"
target="_blank" rel="noreferrer"
rel="noreferrer" >
style={{ <Button border onClick={() => setShow(false)}>
display: 'flex', <div
justifyContent: 'center', style={{
alignItems: 'center', display: 'flex',
gap: '8px', justifyContent: 'center',
}} alignItems: 'center',
> gap: '8px',
Sure <Coffee /> }}
</a> >
</Button> Sure
<Coffee />
</div>
</Button>
</a>
</div> </div>
</Modal> </Modal>
</div> </div>