frontend-2 #49

Merged
Ghost merged 25 commits from frontend-2 into main 2024-01-13 16:41:29 +00:00
Showing only changes of commit f82afe5466 - Show all commits

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>