fix coffee btn

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

View File

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