fix index.tsx formatting

This commit is contained in:
Arslan, Erdem
2024-01-08 22:06:17 +01:00
parent 27691b0ea8
commit f9400180b0

View File

@@ -114,11 +114,7 @@ export function Sidebar(props: SidebarProps) {
/>
</div>
<div className="lg:absolute lg:top-0 lg:right-0">
<IconButton
size="large"
className="text-white"
onClick={onClose}
>
<IconButton size="large" className="text-white" onClick={onClose}>
<ChevronLeftIcon fontSize="inherit" />
</IconButton>
</div>