Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@


## [1.1.2](https://github.com/justdlabs/inertia.ts/compare/1.1.1...1.1.2) (2024-10-24)


### Bug Fixes

* fix the navbar ([26859f4](https://github.com/justdlabs/inertia.ts/commit/26859f44dafa5519f46cb88235c3362b8c426548))
- fix the navbar ([26859f4](https://github.com/justdlabs/inertia.ts/commit/26859f44dafa5519f46cb88235c3362b8c426548))

## [1.1.1](https://github.com/justdlabs/inertia.ts/compare/1.1.0...1.1.1) (2024-10-22)

Expand Down
Binary file added bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/js/components/ui/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Navbar = ({
};

const navStyles = tv({
base: 'hidden h-[--navbar-height] [--navbar-height:3.5rem] px-4 group peer lg:flex items-center w-full max-w-screen-2xl mx-auto',
base: 'hidden h-[--navbar-height] [--navbar-height:3.5rem] px-4 group peer lg:flex items-center w-full mx-auto',
variants: {
isSticky: {
true: 'sticky top-0'
Expand Down
33 changes: 2 additions & 31 deletions resources/js/ziggy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading