Skip to content

Commit

Permalink
fix(client): use correct slot for the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Char2sGu committed Sep 17, 2024
1 parent 7aa9c79 commit db4aa8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ng-template pTemplate="header">
<typography style="width: 100%; text-align: center" variant="large-header" content="Argos" />
</ng-template>
<ng-template pTemplate="headless">
<ng-template pTemplate="content">
<sidebar-chip icon="home" value="Home" (click)="navigateTo('/landing')" />
<sidebar-chip icon="ev_station" value="Charging" (click)="navigateTo('/charging')" />
<sidebar-chip icon="bar_chart" value="Graph" (click)="navigateTo('/graph')" />
Expand Down

0 comments on commit db4aa8e

Please sign in to comment.