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>
|
||||||
<div className="lg:absolute lg:top-0 lg:right-0">
|
<div className="lg:absolute lg:top-0 lg:right-0">
|
||||||
<IconButton
|
<IconButton size="large" className="text-white" onClick={onClose}>
|
||||||
size="large"
|
|
||||||
className="text-white"
|
|
||||||
onClick={onClose}
|
|
||||||
>
|
|
||||||
<ChevronLeftIcon fontSize="inherit" />
|
<ChevronLeftIcon fontSize="inherit" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user