Skip to content

Commit 8ac9009

Browse files
committed
Merge branch 'dev' of github.com:appirio-tech/connect-app into dev
2 parents d429049 + 88945bc commit 8ac9009

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/components/UserSidebar/UserSidebar.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ const UserSidebar = ({user}) => {
4444
<div className="sideAreaWrapper">
4545
<UserSummary user={user}/>
4646
<hr styleName="separator"/>
47-
<div styleName="section-title">
48-
SYSTEM
49-
</div>
5047
<MenuList navLinks={navLinks}/>
5148
</div>
5249
</div>

src/projects/detail/components/ProjectPlanEmpty/ProjectPlanEmpty.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ const ProjectPlanEmpty = ({ isManageUser }) => {
1717
) : (
1818
<div styleName="container">
1919
<h2>Welcome to your project plan</h2>
20-
<p>Thank you for submitting your project requirements. In the next 24h someone from our team will reach out to you to discuss the project details with you so we can build the detailed project plan. Until then stand back and relax, we're working hard on your information.</p>
21-
<p>If you feel like you have more things to send over, or want to reach out to us, please drop us a line at support@topcoder.com. Thanks!</p>
20+
<p>We are reviewing your request. Within the next 24 hours, Topcoder will contact you to discuss next steps, including finalizing your sale and preparing our crowd to meet your needs. Once delivery is mobilized, your project plan will be updated to reflect your detailed delivery plan and will serve as your resource for engaging in key milestones and monitoring progress.</p>
2221
</div>
2322
)
2423
}

0 commit comments

Comments
 (0)