-
@@ -53,7 +53,6 @@ interface PageProps {
subtitle?: ReactNode;
actions?: ReactNode;
superHeader?: ReactNode;
- wrapSize?: "md" | "lg" | "xl" | "2xl";
}
export const Page = ({
@@ -72,7 +71,7 @@ export const Page = ({
{superHeader}
{(title || icon || subtitle || actions) && (
@@ -89,7 +88,7 @@ export const Page = ({
) : (
(title || icon || subtitle || actions) && (
diff --git a/frontend/src/components/sidebar.tsx b/frontend/src/components/sidebar.tsx
index a8c71cd5d..beca8c2eb 100644
--- a/frontend/src/components/sidebar.tsx
+++ b/frontend/src/components/sidebar.tsx
@@ -17,7 +17,7 @@ import { homeViewAtom } from "@main";
export const Sidebar = () => {
const [view, setView] = useAtom(homeViewAtom);
return (
-
+
Overviews
{
return (
-
+
{/* Logo */}

-
MONITOR
+
MONITOR
{/* Searchbar */}
@@ -131,7 +131,7 @@ const MobileDropdown = () => {
return (
-
+