Skip to content

Commit f837db4

Browse files
[#619] Add text above the steps navigator in IDC home page
1 parent 5f9f42a commit f837db4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

frontend/src/pages/cases/layout/CaseWrapper.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ const CaseSidebar = ({ step, caseId, siderCollapsed, onSave, messageApi }) => {
120120

121121
return (
122122
<div className="case-step-container">
123+
<p>
124+
<small style={{ fontSize: "13px" }}>
125+
Click to preview different steps in the IDC analysis
126+
</small>
127+
</p>
123128
<Steps
124129
direction="vertical"
125130
items={sidebarItems}

frontend/src/pages/income-driver-calculator/components/GetStarted.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ const GetStarted = () => {
7878
<Image src={currentImage} preview={false} style={{ width: "95%" }} />
7979
</div>
8080
<div>
81+
<p>
82+
<small style={{ fontSize: "13px" }}>
83+
Click to preview different steps in the IDC analysis
84+
</small>
85+
</p>
8186
<Steps
8287
direction="vertical"
8388
items={caseStepItems}

0 commit comments

Comments
 (0)