fix(org): Hide mobile teampicker on sm and up
This commit is contained in:
parent
0176d35c7a
commit
a23723c6b6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const DefaultLayout = ({ app, title=false, children=[] }) => {
|
|||
|
||||
return (
|
||||
<div className="m-auto flex flex-row justify-center">
|
||||
<Aside app={app} slug={slug} before={<ThemePicker app={app}/>}/>
|
||||
<Aside app={app} slug={slug} before={<ThemePicker app={app} className="block sm:hidden"/>}/>
|
||||
<section className="py-28 md:py-36">
|
||||
<div>
|
||||
{title && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue