diff --git a/src/App.css b/src/App.css
index bc15b85..b517c0b 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,4 +1,4 @@
-.CompanyNameContainer {
+/*.CompanyNameContainer {
padding: 12px 12px 0 12px;
color: #e67e22;
font-weight: bold;
@@ -42,7 +42,7 @@
.CompanyNameContainer span:nth-child(5) {
animation-delay: 1000ms;
}
-
+ */
.Subtitle {
text-align: center;
color: #9b59b6;
diff --git a/src/App.js b/src/App.js
index fa414e5..c0c74a0 100644
--- a/src/App.js
+++ b/src/App.js
@@ -66,9 +66,9 @@ export default function App() {
}
console.info(
- "\n %c Customer Dashboard %c v1.0.0 %c \n",
+ "\n %c ZeitAdler Dashboard %c BETA %c \n",
"background-color: #555;color: #fff;padding: 3px 2px 3px 3px;border-radius: 3px 0 0 3px;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)",
- "background-color: #bc81e0;background-image: linear-gradient(90deg, #e67e22, #9b59b6);color: #fff;padding: 3px 3px 3px 2px;border-radius: 0 3px 3px 0;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)",
+ "background-color: #bc81e0;background-image: linear-gradient(90deg, #6878d6, #4d61d6);color: #fff;padding: 3px 3px 3px 2px;border-radius: 0 3px 3px 0;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)",
"background-color: transparent"
);
diff --git a/src/Components/SideMenu/index.js b/src/Components/SideMenu/index.js
index 8aaf551..ebe3cc3 100644
--- a/src/Components/SideMenu/index.js
+++ b/src/Components/SideMenu/index.js
@@ -1,10 +1,7 @@
import {
AppstoreOutlined,
- BgColorsOutlined,
CalendarOutlined,
- ClusterOutlined,
EditOutlined,
- FileImageOutlined,
MessageOutlined,
QuestionCircleOutlined,
ScissorOutlined,
@@ -20,6 +17,7 @@ import { BreakpointLgWidth, Constants, isDevelopmentEnv } from "../../utils";
import { useTranslation } from "react-i18next";
import { useSideBarContext } from "../../Contexts/SideBarContext";
import { useStoresContext } from "../../Contexts/StoresContext";
+import { ReactComponent as ZeitAdler } from "../../ZeitAdler.svg";
export function SideMenuContent({
setIsSideMenuCollapsed,
@@ -30,7 +28,6 @@ export function SideMenuContent({
const location = useLocation();
const [selectedKeys, setSelectedKeys] = useState("/");
const { t } = useTranslation();
- //const lastSubscribedTopic = useRef("");
const navigate = useNavigate();
@@ -43,45 +40,6 @@ export function SideMenuContent({
},
];
- /*
- // website
-
- let websites = {
- label: t("sideMenu.website.title"),
- children: [],
- type: "group",
- key: "/website",
- };
-
- let groupWebsite = {
- label: t("sideMenu.website.title"),
- icon: