Skip to content

Commit

Permalink
REFACTOR: theme, home and navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
alardev committed Nov 3, 2023
1 parent c84f656 commit c5859a9
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 184 deletions.
2 changes: 1 addition & 1 deletion site/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub fn App() -> impl IntoView {
pub fn Layout(children: Children) -> impl IntoView {
view! {
<LayoutWrapper>
// <Menu />
<Menu />
{children()}
// <Footer />
</LayoutWrapper>
Expand Down
Loading

0 comments on commit c5859a9

Please sign in to comment.