]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account.component.html
Migrate to bootstrap 5
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.html
CommitLineData
4c8749cb 1<div class="root">
ddb83e49 2 <my-top-menu-dropdown [menuEntries]="menuEntries"></my-top-menu-dropdown>
4bb6886d 3
7034b3c9 4 <div class="margin-content pb-5" [ngClass]="{ 'offset-content': !isBroadcastMessageDisplayed }">
4bb6886d
C
5 <router-outlet></router-outlet>
6 </div>
7</div>