Skip to content

Commit

Permalink
Update sidebar.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 15, 2024
1 parent 54b29d2 commit 9d4d057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sidebar/sidebar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</li>

<li class="nav-item">
<a class="nav-link pointer" [routerLink]="['/api/Log']" routerLinkActive="active">Log</a>
<a class="nav-link pointer" [routerLink]="['/api/log']" routerLinkActive="active">Log</a>
</li>

<li class="nav-item section-title mt-3">
Expand Down

0 comments on commit 9d4d057

Please sign in to comment.