Skip to content

Commit

Permalink
version bump (#71)
Browse files Browse the repository at this point in the history
* version bump & version display in sidebar

* eslint fixes
  • Loading branch information
algirdasc authored May 30, 2024
1 parent 39a313a commit 363f937
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/app/modules/main/main.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
</app-calendar>
</nb-layout-column>

<nb-sidebar tag="{{ SIDEBAR_TAG }}" state="collapsed" appOutsideClick (outsideClick)="onSidebarOutsideClick($event)">
<nb-sidebar
tag="{{ SIDEBAR_TAG }}"
state="collapsed"
appOutsideClick
(outsideClick)="onSidebarOutsideClick($event)">
<div class="d-flex flex-column h-100 p-3">
<app-profile [user]="mainService.user"></app-profile>
<div class="border-bottom my-3"></div>
Expand Down

0 comments on commit 363f937

Please sign in to comment.