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,
ready-to-serve response.
</div>
<ExclamationTriangle
style={{ color: "red", marginRight: "6px", marginBottom: "2px" }}
/>
<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
search bar on your Dashboard, click "Express Document Upload" and follow
the prompts.
<div className="steps-text-wrapper">
<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 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>
);