Fix the lint issues

This commit is contained in:
staticGuru
2023-10-09 16:16:56 +05:30
parent 72481e8453
commit c79ec45adb
2 changed files with 2 additions and 4 deletions

View File

@@ -18,9 +18,7 @@ export default function App() {
<div
className={`transition-all duration-200 ${
!isMobile
? `ml-0 ${
!navOpen ? '-mt-5 md:mx-auto lg:mx-auto' : 'md:ml-72'
}`
? `ml-0 ${!navOpen ? '-mt-5 md:mx-auto lg:mx-auto' : 'md:ml-72'}`
: 'ml-0 md:ml-16'
}`}
>