You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclassName="right-area-footer">In 24 hours our project managers will contact you for more information and a detailed quote that accurately reflects your project needs.</div>
75
-
</Sticky>
76
-
</div>
57
+
<divclassName="FillProjectDetails">
58
+
<divclassName="header">
59
+
<h1>Let's setup your {productName} project</h1>
77
60
</div>
78
-
</section>
61
+
<sectionclassName="two-col-content content">
62
+
<divclassName="container">
63
+
<divclassName="left-area">
64
+
<ProjectBasicDetailsForm
65
+
project={project}
66
+
sections={sections}
67
+
isEdittable
68
+
submitHandler={this.props.onCreateProject}
69
+
saving={processing}
70
+
onProjectChange={this.props.onProjectChange}
71
+
submitBtnText={submitBtnText}
72
+
/>
73
+
</div>
74
+
<divclassName="right-area">
75
+
<Stickytop={80}>
76
+
<ProjectOutlineproject={dirtyProject}/>
77
+
<divclassName="right-area-footer">In 24 hours our project managers will contact you for more information and a detailed quote that accurately reflects your project needs.</div>
0 commit comments