소스 검색

add NotificationIcon

visuddhinanda 2 년 전
부모
커밋
343804ee5c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      dashboard/src/components/library/HeadBar.tsx

+ 2 - 0
dashboard/src/components/library/HeadBar.tsx

@@ -11,6 +11,7 @@ import ToStudio from "../auth/ToStudio";
 import ThemeSelect from "../general/ThemeSelect";
 import SearchButton from "../general/SearchButton";
 import { dashboardBasePath } from "../../utils";
+import NotificationIcon from "../notification/NotificationIcon";
 
 const { Header } = Layout;
 
@@ -176,6 +177,7 @@ const HeadBarWidget = ({ selectedKeys = "" }: IWidgetHeadBar) => {
           <SearchButton />
           <ToStudio />
           <SignInAvatar />
+          <NotificationIcon />
           <UiLangSelect />
           <ThemeSelect />
         </Space>