diff --git a/dictation_client/src/components/header/constants.ts b/dictation_client/src/components/header/constants.ts index 6b3f7dc..0e2219c 100644 --- a/dictation_client/src/components/header/constants.ts +++ b/dictation_client/src/components/header/constants.ts @@ -51,8 +51,6 @@ export const HEADER_MENUS: { }, ]; -export const HEADER_NAME = "ODMS Cloud"; - /** * adminのみに表示するヘッダータブ */ diff --git a/dictation_client/src/components/header/loginedHeader.tsx b/dictation_client/src/components/header/loginedHeader.tsx index 7b900ab..d6e48ac 100644 --- a/dictation_client/src/components/header/loginedHeader.tsx +++ b/dictation_client/src/components/header/loginedHeader.tsx @@ -17,7 +17,6 @@ import { getFilteredMenus } from "./utils"; import logo from "../../assets/images/OMS_logo_black.svg"; import ac from "../../assets/images/account_circle.svg"; import { LoginedPaths } from "./types"; -import { HEADER_NAME } from "./constants"; import logout from "../../assets/images/logout.svg"; import { getTranslationID } from "../../translation"; @@ -74,7 +73,6 @@ const LoginedHeader: React.FC = (props: HeaderProps) => {
OM System
-
{HEADER_NAME}