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