Small fix with fixed height and width

This commit is contained in:
Lakshmi Narayanan
2023-10-29 02:01:18 +04:00
parent 56b81b78c3
commit e627ebc127
3 changed files with 2 additions and 4 deletions

View File

@@ -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>