Skip to content

Commit 59b125a

Browse files
Merge pull request #323 from topcoder-platform/issue-322
Some text on the basic info page mismatch with the design #322
2 parents 2cbc529 + 5896043 commit 59b125a

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

.DS_Store

0 Bytes
Binary file not shown.

src/routes/Products/components/BasicInfoForm/index.jsx

+26-13
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,24 @@ const BasicInfoForm = ({
197197
<PageRow styleName="form-row">
198198
<div>
199199
<PageP styleName="title">PROJECT TITLE</PageP>
200-
<PageP styleName="description">
201-
Give your project a descriptive title. This is what the data
202-
scientists will see when looking for your work.
203-
</PageP>
200+
{isWebsiteDesign && (
201+
<PageP styleName="description">
202+
Give your project a descriptive title. This is the name
203+
designers will see when looking for your work.
204+
</PageP>
205+
)}
206+
{isDataExploration && (
207+
<PageP styleName="description">
208+
Give your project a descriptive title. This is what the data
209+
scientists will see when looking for your work.
210+
</PageP>
211+
)}
212+
{isFindMeData && (
213+
<PageP styleName="description">
214+
Give your project a descriptive title. This is what the data
215+
scientists will see when looking for your work.
216+
</PageP>
217+
)}
204218
</div>
205219

206220
<div styleName="formFieldWrapper">
@@ -315,15 +329,16 @@ const BasicInfoForm = ({
315329
</PageRow>
316330
)}
317331

332+
<PageDivider />
333+
318334
{isWebsiteDesign && (
319335
<PageRow styleName="form-row">
320336
<div>
337+
<PageP styleName="title">{"Description"}</PageP>
321338
<PageP styleName="description">
322-
What is the purpose of your website? What do you want visitors to
323-
be able to do, e.g., see your work? contact you? You should
324-
include a general description as well as goals of the website. You
325-
You may also describe your audience and what you would like them
326-
to do at your website.{" "}
339+
What is the purpose of your website? What do you want visitors to be able to do, e.g.,
340+
see your work? contact you? You should include a general description as well as goals of the website.
341+
You may also describe your audience and what you would like them to do at your website.{" "}
327342
</PageP>
328343
<HelpBanner title="Example" styles={["gray"]}>
329344
<br />
@@ -493,10 +508,8 @@ const BasicInfoForm = ({
493508
<div>
494509
<PageP styleName="title">Your industry</PageP>
495510
<PageP styleName="description">
496-
Knowing your industry will help our designers understand you and
497-
For example, some common industries are: Business & Consulting,
498-
Construction, Entertainment & Arts, Healthcare, Retail, and
499-
Technology.
511+
Knowing your industry will help our designers understand you and your audience.
512+
For example, some common industries are: Business & Consulting, Construction, Entertainment & Arts, Healthcare, Retail, and Technology.
500513
</PageP>
501514
</div>
502515

0 commit comments

Comments
 (0)