diff --git a/src/Components/HowTo/HowToPage.js b/src/Components/HowTo/HowToPage.js index 057515e..e87ac98 100644 --- a/src/Components/HowTo/HowToPage.js +++ b/src/Components/HowTo/HowToPage.js @@ -3,7 +3,7 @@ import { AppContext } from "../../Hooks/useContext/appContext"; import { Steps } from "../../Constants/Copy/howToSteps.js"; import "../../styles/howTo-page.scss"; -import { ReactComponent as HowToInfoSvg } from "../../Assets/svg/howToInfo.svg"; +import howto from "../../Assets/Images/howto.png"; const HowToPage = () => { const { appState } = useContext(AppContext); @@ -13,18 +13,21 @@ const HowToPage = () => { return ( <> -