add a coffee machine anime
This commit is contained in:
parent
59992c31a6
commit
d4ec1208ae
@ -2,6 +2,7 @@ import React, { useState } from 'react'
|
|||||||
import { Coffee } from 'react-feather'
|
import { Coffee } from 'react-feather'
|
||||||
import Button from '../shared/Button'
|
import Button from '../shared/Button'
|
||||||
import Modal from '../shared/Modal'
|
import Modal from '../shared/Modal'
|
||||||
|
import CoffeeMachineGif from '../../media/coffee-machine-lineal.gif'
|
||||||
|
|
||||||
const CoffeeIcon = () => {
|
const CoffeeIcon = () => {
|
||||||
const [show, setShow] = useState(false)
|
const [show, setShow] = useState(false)
|
||||||
@ -24,10 +25,26 @@ const CoffeeIcon = () => {
|
|||||||
show={show}
|
show={show}
|
||||||
showCloseIcon={false}
|
showCloseIcon={false}
|
||||||
>
|
>
|
||||||
<h4 style={{ lineHeight: '24px' }}>
|
<div
|
||||||
Hi there, If you found my project is useful, and want to help keep it
|
style={{
|
||||||
alive please consider donating! Thank you for your support!
|
display: 'flex',
|
||||||
</h4>
|
flexDirection: 'column',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<h4 style={{ lineHeight: '24px' }}>
|
||||||
|
Hi, if you found my project is useful, please conside buy me a
|
||||||
|
coffee to support my work. Thanks!
|
||||||
|
</h4>
|
||||||
|
<img
|
||||||
|
src={CoffeeMachineGif}
|
||||||
|
alt="coffee machine"
|
||||||
|
style={{
|
||||||
|
height: 150,
|
||||||
|
objectFit: 'contain',
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
BIN
lama_cleaner/app/src/media/coffee-machine-lineal.gif
Normal file
BIN
lama_cleaner/app/src/media/coffee-machine-lineal.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 422 KiB |
Loading…
Reference in New Issue
Block a user