Commit f0bcd9f5 authored by Chris Garrity's avatar Chris Garrity

Remove the nav section and make the form full width

Decided that there is no need for the Nav sidebar since we don’t want the link to the Discussions right now. It could come back if we add the knowledge base.
parent 3dc5155c
...@@ -43,17 +43,9 @@ const ContactUs = injectIntl(props => ( ...@@ -43,17 +43,9 @@ const ContactUs = injectIntl(props => (
/></li> /></li>
</ul> </ul>
<p><FormattedMessage id="contactUs.formIntro" /></p> <p><FormattedMessage id="contactUs.formIntro" /></p>
<HelpForm title={props.intl.formatMessage({id: 'contactUs.contactScratch'})} />
</section> </section>
<span className="nav-spacer" />
</div> </div>
<nav> <HelpForm title={props.intl.formatMessage({id: 'contactUs.contactScratch'})} />
<ol>
<li className="nav-header"><FormattedMessage id="contactUs.findHelp" /></li>
<li><a href="/faq"><FormattedMessage id="contactUs.faqLinkText" /></a></li>
<li><a href="/discuss/"><FormattedMessage id="contactUs.forumsLinkText" /></a></li>
</ol>
</nav>
</InformationPage> </InformationPage>
)); ));
......
...@@ -11,7 +11,5 @@ ...@@ -11,7 +11,5 @@
"contactUs.bugsForum":"If you want to report a bug in Scratch, check the {bugsLink} forum. It's the best place to report bugs and see if others are experiencing similar difficulties.", "contactUs.bugsForum":"If you want to report a bug in Scratch, check the {bugsLink} forum. It's the best place to report bugs and see if others are experiencing similar difficulties.",
"contactUs.bugsLinkText":"Bugs and Glitches", "contactUs.bugsLinkText":"Bugs and Glitches",
"contactUs.formIntro":"If you still need to contact us, please fill out the form below with as much detail as you can. If you have any screenshots, attachments or links that help to explain your problem, please include them. We get a lot of mail, so we may not be able to respond to your message.", "contactUs.formIntro":"If you still need to contact us, please fill out the form below with as much detail as you can. If you have any screenshots, attachments or links that help to explain your problem, please include them. We get a lot of mail, so we may not be able to respond to your message.",
"contactUs.findHelp":"Where to find help:",
"contactUs.knowledgeBase":"Knowledge Base",
"contactUs.contactScratch":"Contact the Scratch Team" "contactUs.contactScratch":"Contact the Scratch Team"
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment