|
@@ -1,14 +1,14 @@
|
|
|
import { Outlet } from "react-router-dom";
|
|
import { Outlet } from "react-router-dom";
|
|
|
-import { Col, Layout, Row } from "antd";
|
|
|
|
|
|
|
+import { Col, Row } from "antd";
|
|
|
import UiLangSelect from "../../components/general/UiLangSelect";
|
|
import UiLangSelect from "../../components/general/UiLangSelect";
|
|
|
import img_banner from "../../assets/library/images/wikipali_logo_library.svg";
|
|
import img_banner from "../../assets/library/images/wikipali_logo_library.svg";
|
|
|
|
|
|
|
|
const Widget = () => {
|
|
const Widget = () => {
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
- <Layout style={{ textAlign: "right", backgroundColor: "#3e3e3e" }}>
|
|
|
|
|
|
|
+ <div style={{ textAlign: "right", backgroundColor: "#3e3e3e" }}>
|
|
|
<UiLangSelect />
|
|
<UiLangSelect />
|
|
|
- </Layout>
|
|
|
|
|
|
|
+ </div>
|
|
|
<div style={{ paddingTop: "3em", backgroundColor: "#3e3e3e" }}>
|
|
<div style={{ paddingTop: "3em", backgroundColor: "#3e3e3e" }}>
|
|
|
<Row>
|
|
<Row>
|
|
|
<Col flex="auto"></Col>
|
|
<Col flex="auto"></Col>
|