Skip to content

Commit 16e8daf

Browse files
author
Vikas Agarwal
committed
Disabled Infographic for time being. Updated style to have partial row look better.
1 parent 29ea652 commit 16e8daf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/config/projectWizard/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ const products = {
2828
brief: 'Infographic',
2929
details: 'Present your data in an easy-to-understand and interesting way',
3030
icon: 'product-infographic',
31-
id: 'infographic'
31+
id: 'infographic',
32+
disabled: true
3233
},
3334
'Other Design': {
3435
brief: 'other designs',

src/projects/create/components/SelectProduct.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
.cards {
7575
display: flex;
76-
justify-content: space-between;
76+
// justify-content: space-between;
7777
flex-flow: row wrap;
7878
}
7979
}

0 commit comments

Comments
 (0)