Skip to content

Commit

Permalink
chore: conditional make set
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Oct 16, 2024
1 parent cc84af1 commit aef8c63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DEFAULT_GOAL := build

include .env
-include .env
export

GO ?= go
Expand Down
5 changes: 0 additions & 5 deletions internal/components/layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ func Layout(p LayoutProps, children ...htmx.Node) htmx.Node {
"bg-base-200": false,
},
},
// AccountSwitch(
// AccountSwitchProps{
// User: p.User,
// },
// ),
dividers.Divider(
dividers.DividerProps{},
),
Expand Down

0 comments on commit aef8c63

Please sign in to comment.