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 f9400180b0 - Show all commits

View File

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