visuddhinanda vor 2 Jahren
Ursprung
Commit
3e00c59c02
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      dashboard/src/layouts/anonymous/index.tsx

+ 3 - 3
dashboard/src/layouts/anonymous/index.tsx

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