generated from Luis/nextjs-python-web-template
fix index.tsx formatting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user