This commit is contained in:
Kenneth Jannette
2024-02-20 14:00:51 -06:00
parent 699c15fde9
commit 73ab8b80e9

View File

@@ -54,13 +54,23 @@ export const Steps = () => (
Click the Create .Docx' button to download your fully-formatted, Click the Create .Docx' button to download your fully-formatted,
ready-to-serve response. ready-to-serve response.
</div> </div>
<div className="steps-text-wrapper">
<ExclamationTriangle <ExclamationTriangle
style={{ color: "red", marginRight: "6px", marginBottom: "2px" }} style={{ color: "orange", marginRight: "6px", marginBottom: "4px" }}
/> />
<span className="bold-span">Pro tip:</span> Once you've created the case, <span className="bold-span">Pro tip:</span> Once you've created the
skip step one - search for the case by entering the case number in the case, skip step one - search for the case by entering the case number in
search bar on your Dashboard, click "Express Document Upload" and follow the search bar on your Dashboard, click "Express Document Upload" and
the prompts. 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 '24. We're working hard to bring you the best possible
experience!
</div>
</div> </div>
</div> </div>
); );