Remove sidebar from landing page
This commit is contained in:
parent
d68f06a227
commit
601a9fe47f
|
@ -23,7 +23,7 @@ export function Page(props: {
|
|||
)}
|
||||
>
|
||||
<div className="hidden lg:col-span-3 lg:block xl:col-span-2">
|
||||
<Sidebar />
|
||||
{assertUser !== 'signed-out' && <Sidebar />}
|
||||
</div>
|
||||
<main
|
||||
className={clsx(
|
||||
|
|
Loading…
Reference in New Issue
Block a user