update seo

This commit is contained in:
Medzik 2021-08-15 20:52:29 +00:00
parent 278a2c700c
commit 3c1351fbd2
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ function Seo(props) {
return ( return (
<Helmet <Helmet
title={props.title || defaultTitle} title={props.title + " - " + defaultTitle}
meta={[ meta={[
{ {
name: "description", name: "description",

View File

@ -7,7 +7,7 @@ const LoginPage = () => {
return ( return (
<> <>
<Seo <Seo
title="Home Page" title="Home"
/> />
<div className="url-link"> <div className="url-link">

View File

@ -7,7 +7,7 @@ const LoginPage = () => {
return ( return (
<> <>
<Seo <Seo
title="Home Page" title="Status"
/> />
<p>TODO</p> <p>TODO</p>