Commit 8f60b020 authored by Matthew Taylor's avatar Matthew Taylor

fix educator faq link

`info` is not in there anymore
parent af101363
...@@ -58,7 +58,7 @@ var TeacherBanner = React.createClass({ ...@@ -58,7 +58,7 @@ var TeacherBanner = React.createClass({
{this.props.messages['teacherbanner.resourcesButton']} {this.props.messages['teacherbanner.resourcesButton']}
</Button> </Button>
</a>, </a>,
<a href="/info/educators/faq"> <a href="/educators/faq">
<Button> <Button>
{this.props.messages['teacherbanner.faqButton']} {this.props.messages['teacherbanner.faqButton']}
</Button> </Button>
......
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