chore: remove unused code
This commit is contained in:
@@ -515,7 +515,6 @@ export const NavBar: React.FC<NavBarProps> = ({
|
||||
);
|
||||
};
|
||||
|
||||
// Styled Components
|
||||
const NavBarWrapper = styled.div<{ mode: 'light' | 'dark' }>`
|
||||
grid-area: navbar;
|
||||
background-color: ${({ mode }) => (mode === 'dark' ? '#1e2124' : '#ffffff')};
|
||||
|
||||
Reference in New Issue
Block a user