mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
fix(v2): add title for Feedback page (#2256)
* fix(v2): add title for Feedback page * Update index.js Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
parent
4b5ef84d0f
commit
2cc4111cc7
1 changed files with 4 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue