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

@ -11,5 +11,5 @@ export default function ReportsPage({ teamId }: { teamId: string }) {
);
}
export const metadata = {
title: 'Reports | Umami',
title: 'Reports',
};

View file

@ -6,5 +6,5 @@ export default function ({ params: { reportId } }) {
}
export const metadata: Metadata = {
title: 'Reports | Umami',
title: 'Reports',
};

View file

@ -6,5 +6,5 @@ export default function () {
}
export const metadata: Metadata = {
title: 'Create Report | Umami',
title: 'Create Report',
};

View file

@ -6,5 +6,5 @@ export default function () {
}
export const metadata: Metadata = {
title: 'Event Data Report | Umami',
title: 'Event Data Report',
};

View file

@ -6,5 +6,5 @@ export default function () {
}
export const metadata: Metadata = {
title: 'Funnel Report | Umami',
title: 'Funnel Report',
};

View file

@ -6,5 +6,5 @@ export default function () {
}
export const metadata: Metadata = {
title: 'Insights Report | Umami',
title: 'Insights Report',
};

View file

@ -6,5 +6,5 @@ export default function ({ params: { teamId } }: { params: { teamId: string } })
}
export const metadata: Metadata = {
title: 'Reports | Umami',
title: 'Reports',
};

View file

@ -6,5 +6,5 @@ export default function () {
}
export const metadata: Metadata = {
title: 'Create Report | Umami',
title: 'Retention Report',
};