Skip to content

Commit c811ff4

Browse files
author
Vikas Agarwal
committed
Github issue#960, Update copy for new connect register flow in logged out project creation flow
— Updated copy and style for select product page
1 parent 8b698a8 commit c811ff4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/config/projectWizard/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const products = {
2626
},
2727
Infographic: {
2828
brief: 'Infographic',
29-
details: 'Present your data in a clean and a fun way',
29+
details: 'Present your data in an easy-to-understand and interesting way.',
3030
icon: 'product-infographic',
3131
id: 'infographic'
3232
},
@@ -46,7 +46,7 @@ const products = {
4646
subtypes: {
4747
'Front-end Prototype': {
4848
brief: '3-20 screens',
49-
details: 'Translate designs to an HTML/CSS/JavaScript prototype',
49+
details: 'Translate designs to a web (HTML/CSS/JavaScript) or mobile prototype.',
5050
icon: 'product-front-end-prototype',
5151
id: 'visual_prototype'
5252
},

src/projects/create/components/SelectProduct.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
.footer {
2626
margin-bottom: 15px;
27-
margin-top: 100px;
27+
margin-top: 50px;
2828
}
2929

3030
.ProductCard {

0 commit comments

Comments
 (0)