Skip to content

Commit

Permalink
chore: add more links
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Aug 29, 2024
1 parent acbe0c9 commit 9482971
Showing 1 changed file with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,41 @@
</button>
<tui-aside-group>
<button
iconStart="@tui.settings"
iconStart="@tui.layout-dashboard"
tuiAsideItem
tuiChevron
>
Dashboards
<ng-template>
<button tuiAsideItem>IOT</button>
<button tuiAsideItem>Crypto</button>
<button
routerLink="/dashboards/iot"
tuiAsideItem
>
IOT
</button>
<button
routerLink="/dashboards/crypto"
tuiAsideItem
>
Crypto
</button>
</ng-template>
</button>
</tui-aside-group>
<button
iconStart="@tui.log-in"
routerLink="/theme"
tuiAsideItem
>
Log in
</button>
<button
iconStart="@tui.key-round"
routerLink="/theme"
tuiAsideItem
>
Sign up
</button>
<footer>
<button
tuiAsideItem
Expand Down

0 comments on commit 9482971

Please sign in to comment.