generated from Luis/nextjs-python-web-template
fix order of tailwind classes
This commit is contained in:
@@ -124,7 +124,7 @@ export function Sidebar(props: SidebarProps) {
|
|||||||
priority
|
priority
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="lg:absolute lg:top-0 lg:right-0">
|
<div className="lg:absolute lg:right-0 lg:top-0">
|
||||||
<IconButton size="large" className="text-white" onClick={onClose}>
|
<IconButton size="large" className="text-white" onClick={onClose}>
|
||||||
<ChevronLeftIcon fontSize="inherit" />
|
<ChevronLeftIcon fontSize="inherit" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user