diff --git a/client/app/(profiles)/profile/[slug]/page.js b/client/app/(profiles)/profile/[slug]/page.js index 1cadc4be..3129468a 100644 --- a/client/app/(profiles)/profile/[slug]/page.js +++ b/client/app/(profiles)/profile/[slug]/page.js @@ -9,7 +9,7 @@ export async function generateMetadata({ params }) { return { title: `${profile.slug}'s Profile`, openGraph: { - title: `Discord Place - ${profile.slug} Profile` + title: `Discord Place - ${profile.slug}'s Profile` } }; }