fix(frontend): fix user page title wonky hydration

This commit is contained in:
hanabi 2022-11-20 09:39:56 -05:00
parent b9101e260b
commit b48a493883

View file

@ -30,7 +30,7 @@ export default function Index({ user }: Props) {
return (
<>
<Head>
<title key="title">@{user.username} - pronouns.cc</title>
<title key='title'>{`@${user.username} - pronouns.cc`}</title>
</Head>
{isMeUser && (
<div className="lg:w-1/3 mx-auto bg-slate-100 dark:bg-slate-700 shadow rounded-md p-2">