Updated page titles.

This commit is contained in:
Mike Cao 2024-02-17 15:12:14 -08:00
parent b2a7aaaad0
commit d5b4da63df
35 changed files with 74 additions and 34 deletions

View file

@ -6,5 +6,5 @@ export default function ({ params: { userId } }) {
}
export const metadata: Metadata = {
title: 'User Settings - Umami',
title: 'User Settings',
};

View file

@ -5,5 +5,5 @@ export default function () {
return <UsersPage />;
}
export const metadata: Metadata = {
title: 'Users | Umami',
title: 'Users',
};