diff --git a/app/components/PageTitle.tsx b/app/components/PageTitle.tsx index 1ffacf4e3..03973c831 100644 --- a/app/components/PageTitle.tsx +++ b/app/components/PageTitle.tsx @@ -17,7 +17,7 @@ const PageTitle = ({ title, favicon }: Props) => { return ( - {team?.name ? `${title} - ${team.name}` : `${title} - ${env.APP_NAME}}`} + {team?.name ? `${title} - ${team.name}` : `${title} - ${env.APP_NAME}`} {favicon ? (