fix: branding uses possessive form 'Mihai''s Tools'
This commit is contained in:
@@ -220,7 +220,7 @@ export function Sidebar() {
|
|||||||
if (!user?.name) return "ArchiTools";
|
if (!user?.name) return "ArchiTools";
|
||||||
const firstName = user.name.split(" ")[0];
|
const firstName = user.name.split(" ")[0];
|
||||||
if (!firstName) return "ArchiTools";
|
if (!firstName) return "ArchiTools";
|
||||||
return `${firstName} Tools`;
|
return `${firstName}'s Tools`;
|
||||||
}, [user?.name]);
|
}, [user?.name]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user