diff --git a/src/Components/HowTo/HowToPage.js b/src/Components/HowTo/HowToPage.js index e0575cb..b38497e 100644 --- a/src/Components/HowTo/HowToPage.js +++ b/src/Components/HowTo/HowToPage.js @@ -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 = () => { <>
+
); diff --git a/src/Constants/Copy/howToSteps.js b/src/Constants/Copy/howToSteps.js index 6a77a14..44f30cc 100644 --- a/src/Constants/Copy/howToSteps.js +++ b/src/Constants/Copy/howToSteps.js @@ -117,17 +117,6 @@ export const OutgoingSteps = () => ( interrogatories and requests for production. -
-
-
-
- -
-
-
@@ -159,14 +148,6 @@ export const OutgoingSteps = () => ( the search bar on your Dashboard, click "Express Document Upload" and follow the prompts.
-
- - Discovery requests: This feature will - launch spring of '24. We're working hard to bring you the best possible - experience! -
);