Skip to content

Commit 3fc4e7a

Browse files
committed
jaf changes
1 parent cead5f1 commit 3fc4e7a

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

src/components/JAF/JobDetails.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ const JobDetails = ({
831831
<Form.Item
832832
label={
833833
<Text strong className="text-xs md:text-sm text-gray-700">
834-
Internship Duration
834+
Internship Duration(In Month)
835835
</Text>
836836
}
837837
validateStatus={
@@ -1348,6 +1348,17 @@ const JobDetails = ({
13481348
selected
13491349
</Text>
13501350
</div>
1351+
<Text
1352+
style={{
1353+
fontSize: 14,
1354+
color: "#9ca3af",
1355+
display: "block",
1356+
marginTop: 4,
1357+
fontStyle: "bold",
1358+
}}
1359+
>
1360+
please select relevant branches/Specialization from the below drop-down
1361+
</Text>
13511362
</div>
13521363

13531364
<div

src/components/JAF/TermsAndConditions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)