some updates for NDR PP1 w/ burnettk

This commit is contained in:
jasquat 2023-05-12 11:05:35 -04:00
parent 8e3597e930
commit 46f4350f9e
7 changed files with 7835 additions and 7112 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -119,7 +119,11 @@ export default function ProcessInterstitial() {
) {
return (
<div style={{ padding: '10px 0 0 0' }}>
<Button kind="secondary" onClick={() => navigate(`/tasks`)}>
<Button
kind="secondary"
data-qa="return-to-home-button"
onClick={() => navigate(`/tasks`)}
>
Return to Home
</Button>
</div>