Skip to content

Commit

Permalink
fix: nav menu
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Aug 16, 2024
1 parent 40ee036 commit 7154028
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion navigation-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const NavigationMenuTrigger = forwardRef<
>
{children}{" "}
<ChevronDownIcon
className="relative top-[1px] ml-1 h-3 w-3 transition duration-300 group-data-[state=open]:rotate-180"
className="relative ml-2 size-3 transition duration-300 group-data-[state=open]:rotate-180"
aria-hidden="true"
/>
</NavigationMenuPrimitive.Trigger>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.153",
"version": "0.0.154",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -36,8 +36,8 @@
"class-variance-authority": "0.7.1-canary.2",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"lucide-react": "0.427.0",
"next": "15.0.0-canary.112",
"lucide-react": "0.428.0",
"next": "15.0.0-canary.118",
"next-themes": "0.3.0",
"radash": "12.1.0",
"react-hook-form": "7.52.2",
Expand All @@ -46,9 +46,9 @@
"sonner": "1.5.0",
"string-ts": "2.2.0",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.9",
"tailwindcss": "3.4.10",
"tailwindcss-animate": "1.0.7",
"typescript": "5.6.0-dev.20240813",
"typescript": "5.6.0-dev.20240816",
"vaul": "0.9.1"
},
"devDependencies": {
Expand Down

0 comments on commit 7154028

Please sign in to comment.