Skip to content

Commit

Permalink
Update navbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
shamshaev committed Oct 11, 2024
1 parent 8f0ba7a commit 0347f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/panels.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:sec="http://www.thymeleaf.org/extras/spring-security">

<body>
<nav aria-label="Main navbar" class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark" th:fragment="mainNavbarTop">
<nav aria-label="Main navbar" class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark bg-gradient" th:fragment="mainNavbarTop">
<div class="container">
<a class="navbar-brand" th:href="@{/workspaces}">FixIT</a>
<button aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"
Expand Down

0 comments on commit 0347f06

Please sign in to comment.