Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Forkmann committed Jan 12, 2024
1 parent 2ac6a7c commit bb26136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Docs/View.fs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ let private leftSide (p: Page) =
]
] ]
Daisy.menu [
menu.compact
menu.md
prop.className "flex flex-col p-4 pt-0"
prop.children [
Daisy.menuTitle [ Html.span "Docs" ]
Expand All @@ -133,7 +133,7 @@ let private inLayout state dispatch (title: string) (docLink: string) (p: Page)
theme.custom state.Theme
prop.children [
Daisy.drawer [
drawer.mobile
prop.className "lg:drawer-open"
prop.children [
Daisy.drawerToggle [
prop.id "main-menu"
Expand Down

0 comments on commit bb26136

Please sign in to comment.