fix: Hanging }
This commit is contained in:
@@ -17,7 +17,7 @@ const PageTitle = ({ title, favicon }: Props) => {
|
|||||||
return (
|
return (
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>
|
<title>
|
||||||
{team?.name ? `${title} - ${team.name}` : `${title} - ${env.APP_NAME}}`}
|
{team?.name ? `${title} - ${team.name}` : `${title} - ${env.APP_NAME}`}
|
||||||
</title>
|
</title>
|
||||||
{favicon ? (
|
{favicon ? (
|
||||||
<link rel="shortcut icon" href={favicon} key={favicon} />
|
<link rel="shortcut icon" href={favicon} key={favicon} />
|
||||||
|
|||||||
Reference in New Issue
Block a user