mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Updated page titles.
This commit is contained in:
parent
b2a7aaaad0
commit
d5b4da63df
35 changed files with 74 additions and 34 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { Button } from 'react-basics';
|
||||
import Head from 'next/head';
|
||||
import Link from 'next/link';
|
||||
import Script from 'next/script';
|
||||
import WebsiteSelect from 'components/input/WebsiteSelect';
|
||||
|
|
@ -73,9 +72,6 @@ export function TestConsole({ websiteId }: { websiteId: string }) {
|
|||
|
||||
return (
|
||||
<Page isLoading={isLoading} error={error}>
|
||||
<Head>
|
||||
<title>{website ? `${website.name} | Umami Console` : 'Umami Console'}</title>
|
||||
</Head>
|
||||
<PageHeader title="Test console">
|
||||
<WebsiteSelect websiteId={website?.id} onSelect={handleChange} />
|
||||
</PageHeader>
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@ export default async function ({ params: { websiteId } }) {
|
|||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Test Console | Umami',
|
||||
title: 'Test Console',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue