Skip to content

Commit e36bbab

Browse files
committed
fix: fix slide hidden and fix text label
resolves topcoder-archive#355, resolves topcoder-archive#356, resolves topcoder-archive#368, resolves topcoder-archive#356, resolve topcoder-archive#355
1 parent ac33c90 commit e36bbab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/routes/CreateNewTeam/components/EditRoleForm/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function EditRoleForm({ onChange, role }) {
6464
<tr styleName="role-row">
6565
<td>
6666
<Field
67-
validate={composeValidators(validateExists, validateMin(1, 'should be greater then 1'))}
67+
validate={composeValidators(validateExists, validateMin(1, 'should be greater than 1'))}
6868
name="numberOfResources"
6969
initialValue={role.numberOfResources}
7070
>

src/routes/CreateNewTeam/pages/CreateTeamLanding/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function CreateNewTeam() {
3939
/>
4040
<LandingBox
4141
title="Input Skills"
42-
description="Select one or more technical skills which you need. Topcoder will match your requirements to our talent."
42+
description="Select one or more technical skills you need. Topcoder will match your requirements to our talent."
4343
icon={<IconListQuill />}
4444
backgroundImage="linear-gradient(221.5deg, #2C95D7 0%, #9D41C9 100%)"
4545
onClick={() => goToRoute("/taas/createnewteam/skills")}

src/routes/CreateNewTeam/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
}
1313

14-
@media only screen and (max-height: 859px) {
14+
@media only screen and (max-height: 820px) {
1515
.logos {
1616
display: none;
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)