more
This commit is contained in:
@@ -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 (
|
||||
<>
|
||||
<div className="how-to-info-container">
|
||||
<div className="how-to-info-wrapper">
|
||||
<div className="how-to-image-wrapper">
|
||||
<HowToInfoSvg className="how-to-info-svg" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="how-to-steps-container">
|
||||
<Steps />
|
||||
</div>
|
||||
<div>
|
||||
<Steps />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default HowToPage;
|
||||
|
||||
/*
|
||||
<div className="how-to-image-wrapper">
|
||||
<img className="how-to-image" src={howto}></img>
|
||||
</div>
|
||||
<div className="how-to-image-wrapper">
|
||||
<img className="footer-logo" src={logoWhite}></img>
|
||||
</div>
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user