We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5994551 commit 5e40b3eCopy full SHA for 5e40b3e
examples/server/webui/src/components/Sidebar.tsx
@@ -28,11 +28,7 @@ export default function Sidebar() {
28
29
return (
30
<>
31
- <input
32
- id="toggle-drawer"
33
- type="checkbox"
34
- className="drawer-toggle"
35
- />
+ <input id="toggle-drawer" type="checkbox" className="drawer-toggle" />
36
37
<div className="drawer-side h-screen lg:h-screen z-50 lg:max-w-64">
38
<label
0 commit comments