fix: remove unnecessary title (#5853)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/5777/head
parent
2d8e65c160
commit
d86710d5e9
|
@ -581,10 +581,6 @@ const EventTypesPage = () => {
|
|||
const { t } = useLocale();
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>Home | {APP_NAME}</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<Shell
|
||||
heading={t("event_types_page_title") as string}
|
||||
subtitle={t("event_types_page_subtitle") as string}
|
||||
|
|
Loading…
Reference in New Issue