From 496bafa0e43fb9dee42dd1a820c43b26f52b6a87 Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 2 Dec 2021 01:01:17 +0100 Subject: [PATCH] Fixed Plus/Minus Sign being missplaced Signed-off-by: Avior --- src/Sidebar/index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Sidebar/index.tsx b/src/Sidebar/index.tsx index c35e371..9516dc7 100644 --- a/src/Sidebar/index.tsx +++ b/src/Sidebar/index.tsx @@ -138,13 +138,13 @@ export default class Navbar extends React.Component { [css.fullWidth, this.props.fullWidth] )}> - {this.props.logo && ( - - - - - - )} + + {this.props.logo && ( + + + + )} +