Change header based on page

This commit is contained in:
2022-06-30 00:00:30 +00:00
parent 04cd56daa8
commit 307e8349f3
4 changed files with 18 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ class Feed extends React.Component {
<div className='container'>
<Helmet>
<title>Feed - QotNews</title>
<meta name="robots" content="index">
<meta name="robots" content="index" />
</Helmet>
{error && <p>Connection error?</p>}
{stories ?