diff --git a/lama_cleaner/app/src/components/CoffeeIcon/CoffeeIcon.tsx b/lama_cleaner/app/src/components/CoffeeIcon/CoffeeIcon.tsx index b9a9279..9f48437 100644 --- a/lama_cleaner/app/src/components/CoffeeIcon/CoffeeIcon.tsx +++ b/lama_cleaner/app/src/components/CoffeeIcon/CoffeeIcon.tsx @@ -2,6 +2,7 @@ import React, { useState } from 'react' import { Coffee } from 'react-feather' import Button from '../shared/Button' import Modal from '../shared/Modal' +import CoffeeMachineGif from '../../media/coffee-machine-lineal.gif' const CoffeeIcon = () => { const [show, setShow] = useState(false) @@ -24,10 +25,26 @@ const CoffeeIcon = () => { show={show} showCloseIcon={false} > -