This commit is contained in:
Kenneth Jannette
2024-03-06 21:51:45 -06:00
parent 2e36b407d5
commit 8868c249a8
2 changed files with 2 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
import { useContext } from "react";
import { AppContext } from "../../Hooks/useContext/appContext";
import { Steps } from "../../Constants/Copy/howToSteps.js";
import { Steps, OutgoingSteps } from "../../Constants/Copy/howToSteps.js";
import "../../styles/howTo-page.scss";
const HowToPage = () => {
@@ -13,6 +13,7 @@ const HowToPage = () => {
<>
<div>
<Steps />
<OutgoingSteps />
</div>
</>
);

View File

@@ -117,17 +117,6 @@ export const OutgoingSteps = () => (
interrogatories and requests for production.
</div>
</div>
<div className="steps-upper-right">
<div className="image-right-one">
<div className="image-jhon"></div>
<div className="image-moun">
<img
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/9a7dea0e-db93-4028-ade2-0eda32a5c100/public"
className="howto-hand-img"
></img>
</div>
</div>
</div>
</div>
<div className="barzee">
<div className="steps-text-wrapper">
@@ -159,14 +148,6 @@ export const OutgoingSteps = () => (
the search bar on your Dashboard, click "Express Document Upload" and
follow the prompts.
</div>
<div className="steps-text-wrapper">
<ExclamationTriangle
style={{ color: "orange", marginRight: "6px", marginBottom: "4px" }}
/>
<span className="bold-span">Discovery requests:</span> This feature will
launch spring of '24. We're working hard to bring you the best possible
experience!
</div>
</div>
</div>
);