Skip to content

Commit fbcca8d

Browse files
committed
[Server] Fix issue with navbar
My Apps tab always showed as active
1 parent cf4baeb commit fbcca8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/proxy/templates/2col/fragments/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
>
3838
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
3939
<!-- Brand -->
40-
<a class="navbar-brand navbar-nav navbar-home active" th:href="@{/}">
40+
<a class="navbar-brand navbar-nav nav-home active" th:href="@{/}">
4141
My Apps
4242
</a>
4343

0 commit comments

Comments
 (0)