more
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { useContext } from "react";
|
import { useContext } from "react";
|
||||||
import { AppContext } from "../../Hooks/useContext/appContext";
|
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";
|
import "../../styles/howTo-page.scss";
|
||||||
|
|
||||||
const HowToPage = () => {
|
const HowToPage = () => {
|
||||||
@@ -13,6 +13,7 @@ const HowToPage = () => {
|
|||||||
<>
|
<>
|
||||||
<div>
|
<div>
|
||||||
<Steps />
|
<Steps />
|
||||||
|
<OutgoingSteps />
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -117,17 +117,6 @@ export const OutgoingSteps = () => (
|
|||||||
interrogatories and requests for production.
|
interrogatories and requests for production.
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
<div className="barzee">
|
<div className="barzee">
|
||||||
<div className="steps-text-wrapper">
|
<div className="steps-text-wrapper">
|
||||||
@@ -159,14 +148,6 @@ export const OutgoingSteps = () => (
|
|||||||
the search bar on your Dashboard, click "Express Document Upload" and
|
the search bar on your Dashboard, click "Express Document Upload" and
|
||||||
follow the prompts.
|
follow the prompts.
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user