File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
platforms/blabsy/src/components/modal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ export function MobileSidebarModal({
242242 key = { linkData . href }
243243 />
244244 ) ) }
245- < Button
245+ { /* <Button
246246 className='accent-tab accent-bg-tab flex items-center gap-2 rounded-md p-1.5 font-bold transition
247247 hover:bg-light-primary/10 focus-visible:ring-2 first:focus-visible:ring-[#878a8c]
248248 dark:hover:bg-dark-primary/10 dark:focus-visible:ring-white'
@@ -253,7 +253,7 @@ export function MobileSidebarModal({
253253 iconName='PaintBrushIcon'
254254 />
255255 Display
256- </ Button >
256+ </Button> */ }
257257 < Button
258258 className = 'accent-tab accent-bg-tab flex items-center gap-2 rounded-md p-1.5 font-bold transition
259259 hover:bg-light-primary/10 focus-visible:ring-2 first:focus-visible:ring-[#878a8c]
You can’t perform that action at this time.
0 commit comments