fix: remove unnecessary title (#5853)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
pull/5777/head
Nafees Nazik 2022-12-06 02:41:10 +05:30 committed by GitHub
parent 2d8e65c160
commit d86710d5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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}