Skip to content

Commit 821b2ea

Browse files
committed
remove link to feedback, since we're not using the google doc at all
1 parent d5dfe39 commit 821b2ea

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

client/components/Nav.jsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ class Nav extends React.PureComponent {
486486
}
487487
}}
488488
>
489-
<span className="nav__item-header">Help & Feedback</span>
489+
<span className="nav__item-header">Help</span>
490490
<InlineSVG className="nav__item-header-triangle" src={triangleUrl} />
491491
</button>
492492
<ul className="nav__dropdown">
@@ -520,16 +520,6 @@ class Nav extends React.PureComponent {
520520
About
521521
</Link>
522522
</li>
523-
<li className="nav__dropdown-item">
524-
<Link
525-
to="/feedback"
526-
onFocus={this.handleFocusForHelp}
527-
onBlur={this.handleBlur}
528-
onClick={this.setDropdownForNone}
529-
>
530-
Feedback
531-
</Link>
532-
</li>
533523
</ul>
534524
</li>
535525
</ul>

client/components/__test__/__snapshots__/Nav.test.jsx.snap

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ exports[`Nav renders correctly 1`] = `
281281
<span
282282
className="nav__item-header"
283283
>
284-
Help & Feedback
284+
Help
285285
</span>
286286
<span
287287
className="isvg loading nav__item-header-triangle"
@@ -327,18 +327,6 @@ exports[`Nav renders correctly 1`] = `
327327
About
328328
</a>
329329
</li>
330-
<li
331-
className="nav__dropdown-item"
332-
>
333-
<a
334-
onBlur={[Function]}
335-
onClick={[Function]}
336-
onFocus={[Function]}
337-
style={Object {}}
338-
>
339-
Feedback
340-
</a>
341-
</li>
342330
</ul>
343331
</li>
344332
</ul>

client/routes.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const routes = store => (
4141
<Route path="/:username/sketches/:project_id" component={IDEView} />
4242
<Route path="/:username/sketches" component={IDEView} />
4343
<Route path="/about" component={IDEView} />
44-
<Route path="/feedback" component={IDEView} />
4544
</Route>
4645
);
4746

0 commit comments

Comments
 (0)