Skip to content

Commit

Permalink
fix(v2): add title for Feedback page (#2256)
Browse files Browse the repository at this point in the history
* fix(v2): add title for Feedback page

* Update index.js

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
  • Loading branch information
lex111 and yangshun committed Jan 30, 2020
1 parent 4b5ef84 commit 2cc4111
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/src/pages/feedback/index.js
Expand Up @@ -25,7 +25,10 @@ function Feedback() {
}, []);

return (
<Layout permalink={'/feedback'} description={'Docusaurus 2 Feedback page'}>
<Layout
permalink="/feedback"
title="Feedback"
description="Docusaurus 2 Feedback page">
<div
className={classnames(
'container',
Expand Down

0 comments on commit 2cc4111

Please sign in to comment.