fix order of tailwind classes
Some checks failed
checks-impure / test (pull_request) Successful in 25s
checks / test (pull_request) Failing after 1m55s

This commit is contained in:
Arslan, Erdem
2024-01-13 17:20:57 +01:00
parent 485d1636f0
commit f82afe5466

View File

@@ -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>