Skip to content

Commit

Permalink
fix: layout update add class to NavHamburger
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Feb 2, 2024
1 parent 94dc9d2 commit 7e28792
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file. See [standa

## [1.2.0](https://github.com/shinokada/svelte-heros-v2/compare/v1.1.0...v1.2.0) (2024-01-27)


### Features

* add 5.0.0 to peerDependencies ([944de98](https://github.com/shinokada/svelte-heros-v2/commit/944de981bec538b102f65016ffee1266fc319ac9))
- add 5.0.0 to peerDependencies ([944de98](https://github.com/shinokada/svelte-heros-v2/commit/944de981bec538b102f65016ffee1266fc319ac9))

## [1.1.0](https://github.com/shinokada/svelte-heros-v2/compare/v0.10.12...v1.1.0) (2024-01-19)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1277,4 +1277,4 @@
"svelte": "./dist/XMark.svelte"
}
}
}
}
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="flex items-center ml-auto">
<DarkMode class="inline-block dark:hover:text-white hover:text-gray-900" />
</div>
<NavHamburger on:click={toggle} btnClass="ml-3 m-0 lg:hidden" />
<NavHamburger on:click={toggle} class="ml-3 m-0 lg:hidden md:block" />
</Navbar>
</header>
<div class="mx-8 mb-16">
Expand Down

0 comments on commit 7e28792

Please sign in to comment.