diff --git a/packages/web-console/src/scenes/Sidebar/index.tsx b/packages/web-console/src/scenes/Sidebar/index.tsx index bbb72ff24..807eaba52 100644 --- a/packages/web-console/src/scenes/Sidebar/index.tsx +++ b/packages/web-console/src/scenes/Sidebar/index.tsx @@ -48,13 +48,9 @@ const Logo = styled.div` flex: 0 0 4rem; background: ${color("black")}; z-index: 1; - - a { - display: flex; - flex: 1; - align-items: center; - justify-content: center; - } + align-items: center; + justify-content: center; + cursor: pointer; ` type NavigationProps = Readonly<{ @@ -100,10 +96,8 @@ const Sidebar = () => { return ( - - - QuestDB Logo - + dispatch(actions.console.setActivePanel("console"))}> + QuestDB Logo