|
@@ -1,8 +1,9 @@
|
|
|
import { Link } from "react-router-dom";
|
|
import { Link } from "react-router-dom";
|
|
|
-import { Layout, Space } from "antd";
|
|
|
|
|
|
|
+import { Button, Layout, Space } from "antd";
|
|
|
import { FormattedMessage } from "react-intl";
|
|
import { FormattedMessage } from "react-intl";
|
|
|
import type { MenuProps } from "antd";
|
|
import type { MenuProps } from "antd";
|
|
|
import { Menu } from "antd";
|
|
import { Menu } from "antd";
|
|
|
|
|
+import { SearchOutlined } from "@ant-design/icons";
|
|
|
|
|
|
|
|
import img_banner from "../../assets/library/images/wikipali_logo_library.svg";
|
|
import img_banner from "../../assets/library/images/wikipali_logo_library.svg";
|
|
|
import UiLangSelect from "../general/UiLangSelect";
|
|
import UiLangSelect from "../general/UiLangSelect";
|
|
@@ -150,6 +151,14 @@ const Widget = ({ selectedKeys = "" }: IWidgetHeadBar) => {
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
<Space>
|
|
<Space>
|
|
|
|
|
+ <Link to="/search/home">
|
|
|
|
|
+ <Button
|
|
|
|
|
+ style={{ color: "white" }}
|
|
|
|
|
+ icon={<SearchOutlined />}
|
|
|
|
|
+ ghost
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ />
|
|
|
|
|
+ </Link>
|
|
|
<ToStudio />
|
|
<ToStudio />
|
|
|
<SignInAvatar />
|
|
<SignInAvatar />
|
|
|
<UiLangSelect />
|
|
<UiLangSelect />
|