From d1b3e2c87fd835770dddb9847875f093a91412b1 Mon Sep 17 00:00:00 2001 From: Adam Gall Date: Mon, 22 Apr 2024 16:51:39 -0400 Subject: [PATCH] Remove need for extra empty div --- src/components/ui/page/Navigation/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/ui/page/Navigation/index.tsx b/src/components/ui/page/Navigation/index.tsx index 61c600b5a4..13ff4898ef 100644 --- a/src/components/ui/page/Navigation/index.tsx +++ b/src/components/ui/page/Navigation/index.tsx @@ -1,4 +1,4 @@ -import { Box, Flex, Show } from '@chakra-ui/react'; +import { Flex, Show } from '@chakra-ui/react'; import { useFractal } from '../../../../providers/App/AppProvider'; import { NavigationLinks } from './NavigationLinks'; @@ -12,10 +12,9 @@ function Navigation() { -