diff --git a/src/client/components/NavBar/index.tsx b/src/client/components/NavBar/index.tsx index 7af495f..6790795 100644 --- a/src/client/components/NavBar/index.tsx +++ b/src/client/components/NavBar/index.tsx @@ -17,7 +17,7 @@ import { import { Language, LoginOutlined, LogoutOutlined } from '@mui/icons-material' import { useTranslation } from 'react-i18next' -import { HOST_NAME } from '../../../config' +import { BASE_PATH } from '../../../config' import useCurrentUser from '../../hooks/useCurrentUser' import hyLogo from '../../assets/hy_logo.svg' import styles from './styles' @@ -57,7 +57,7 @@ const NavBar = () => { {user ? (