mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
Small fix with fixed height and width
This commit is contained in:
@@ -210,8 +210,6 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
|
||||
className={`${
|
||||
!navOpen ? 'rotate-180' : 'rotate-0'
|
||||
} m-auto transition-all duration-200`}
|
||||
width="25px"
|
||||
height="25px"
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user