Skip to content

Commit

Permalink
fix ineffectual assignments for lower navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski committed Sep 6, 2024
1 parent 4fdd183 commit cfec1db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#

APP_NAME=littr
APP_VERSION=0.39.16
APP_VERSION=0.39.17
GOLANG_VERSION=1.23
2 changes: 1 addition & 1 deletion api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "MIT",
"url": "https://github.com/krustowski/littr/blob/master/LICENSE"
},
"version": "0.39.16"
"version": "0.39.17"
},
"host": "littr.eu",
"basePath": "/api/v1",
Expand Down
4 changes: 2 additions & 2 deletions pkg/frontend/navbars.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,11 +591,11 @@ func (f *footer) Render() app.UI {
flowHref := "/flow"

if !f.authGranted {
statsHref = "#"
/*statsHref = "#"
usersHref = "#"
postHref = "#"
pollsHref = "#"
flowHref = "#"
flowHref = "#"*/

return app.Div()
}
Expand Down

0 comments on commit cfec1db

Please sign in to comment.