File tree Expand file tree Collapse file tree
src/sections/Projects/Sistent/components/drawer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ const DrawerCode = () => {
182182 < p >
183183 Code examples demonstrating different drawer variants and use cases.
184184 </ p >
185-
185+
186186 < div className = "filterBtns" >
187187 < TabButton
188188 className = {
@@ -222,10 +222,10 @@ const DrawerCode = () => {
222222 < p > Opens on top of content, closes when clicking outside or selecting an item.</ p >
223223 < div className = "items" >
224224 < SistentThemeProvider initialMode = { isDark ? "dark" : "light" } >
225- < Button
226- onClick = { ( ) => setTempOpen ( true ) }
227- variant = "contained"
228- label = "Open drawer"
225+ < Button
226+ onClick = { ( ) => setTempOpen ( true ) }
227+ variant = "contained"
228+ label = "Open drawer"
229229 />
230230 < Drawer open = { tempOpen } onClose = { ( ) => setTempOpen ( false ) } >
231231 < Box sx = { { width : 250 } } role = "presentation" onClick = { ( ) => setTempOpen ( false ) } >
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ const DrawerGuidance = () => {
195195 < li > Best for large screens (> 1280px) and complex applications</ li >
196196 < li > Ideal for enterprise dashboards and multi-section interfaces</ li >
197197 </ ul >
198- < a id = "anchor-positions" >
198+ < a id = "anchor-positions" >
199199 < h2 > Where to Position Drawers</ h2 >
200200 </ a >
201201
You can’t perform that action at this time.
0 commit comments