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.
lg
1 parent 1328195 commit 6cb34cfCopy full SHA for 6cb34cf
src/components/AppSidebar.js
@@ -45,7 +45,7 @@ const AppSidebar = () => {
45
<CIcon customClassName="sidebar-brand-narrow" icon={sygnet} height={32} />
46
</CSidebarBrand>
47
<CCloseButton
48
- className="d-md-none"
+ className="d-lg-none"
49
dark
50
onClick={() => dispatch({ type: 'set', sidebarShow: false })}
51
/>
0 commit comments