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";
|
||||
const firstName = user.name.split(" ")[0];
|
||||
if (!firstName) return "ArchiTools";
|
||||
return `${firstName} Tools`;
|
||||
return `${firstName}'s Tools`;
|
||||
}, [user?.name]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user