mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 20:53:22 +00:00
We currently duplicate some logic between our layouts. In an effort to streamline our experience I'm exploring if we can create a web specific layout that handles some of this.
9 lines
235 B
HTML
9 lines
235 B
HTML
<bit-side-nav [variant]="variant">
|
|
<ng-content></ng-content>
|
|
|
|
<ng-container slot="footer">
|
|
<navigation-product-switcher></navigation-product-switcher>
|
|
<app-toggle-width></app-toggle-width>
|
|
</ng-container>
|
|
</bit-side-nav>
|