diff --git a/client/src/components/layout/Canvas/views/DashboardCanvas.jsx b/client/src/components/layout/Canvas/views/DashboardCanvas.jsx index a297ba5..f2263a1 100644 --- a/client/src/components/layout/Canvas/views/DashboardCanvas.jsx +++ b/client/src/components/layout/Canvas/views/DashboardCanvas.jsx @@ -1,4 +1,4 @@ -import { HStack, Flex, Tabs } from "@chakra-ui/react"; +import { HStack, Flex, Tabs, Box } from "@chakra-ui/react"; import WidgetCanvas from "./DashboardCanvasNav/WidgetCanvas"; import { SearchBar } from "../components/SearchBar"; import { SettingsButton } from "../components/SettingsButton"; @@ -43,11 +43,12 @@ export function DashboardCanvas() { return ( /* HEADER */ - + - +