wip(shared): Work on modal menu
This commit is contained in:
parent
aaef2a5b4a
commit
dbab735eeb
16 changed files with 327 additions and 32 deletions
|
@ -24,7 +24,9 @@ export const AsideNavigation = ({ app, mobileOnly = false, before = [], after =
|
|||
<div className="w-screen lg:w-auto">
|
||||
{before}
|
||||
<MainSections app={app} />
|
||||
<ActiveSection app={app} />
|
||||
<div className=" border border-l-0 border-r-0 border-b-0 border-dashed border-base-300 mt-4 pt-4">
|
||||
<ActiveSection app={app} />
|
||||
</div>
|
||||
{after}
|
||||
</div>
|
||||
</aside>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue