Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
Signed-off-by: Dafnik <[email protected]>
  • Loading branch information
Dafnik committed Jun 10, 2024
1 parent 3f35c2a commit b78c936
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/home/_layout/home.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {filter, pairwise} from 'rxjs';
import {
ActiveSystemNotificationsComponent,
ActiveSystemNotificationsDesktopComponent,
ActiveSystemNotificationsMobileToggleComponent
ActiveSystemNotificationsMobileToggleComponent,
} from './_components/active-system-notifications.component';
import {MaintenanceWarningComponent} from './_components/maintenance-warning.component';
import {MobileNavComponent} from './_components/mobile-nav.component';
Expand All @@ -26,9 +26,9 @@ import {NetworkOfflineWarningComponent} from './_components/network-offline-warn
</div>
<div class="col main-container pt-3">
<header class="d-flex d-xl-none justify-content-between">
<button type="button" class="btn border-0 d-block" (click)="openMobileNav()">
<bi name="list" width="24" height="24" />
</button>
<button type="button" class="btn border-0 d-block" (click)="openMobileNav()">
<bi name="list" width="24" height="24" />
</button>
<app-active-system-mobile-toggle-notifications />
</header>
Expand Down

0 comments on commit b78c936

Please sign in to comment.