Skip to content

Commit

Permalink
Update layouts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-haskell committed Mar 15, 2024
1 parent 405480e commit 3187943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/layouts.md
Expand Up @@ -263,7 +263,7 @@ page user shared route =
toLayout : Auth.User -> Model -> Layouts.Layout Msg
toLayout user model =
Layouts.Sidebar
{ title = "Settings"
{ user = user
}
```

Expand Down

0 comments on commit 3187943

Please sign in to comment.