Skip to content

Commit 0b93398

Browse files
update package
1 parent d7fbf4a commit 0b93398

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@moises.ai/design-system": "^2.0.38",
14-
"@moises.ai/extension": "^1.0.2",
14+
"@moises.ai/extension": "^1.0.3",
1515
"next": "15.3.3",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0"

src/app/favicon.ico

-10.6 KB
Binary file not shown.

src/app/ui-kitchen-sink/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function Page() {
3636
});
3737

3838
// Add extension to the toolbar
39-
moises.link.tollbarButton({ label: "Kitchen Sink", icon: "UserIcon" }, async () => {
39+
moises.link.toolbarButton({ label: "Kitchen Sink", icon: "UserIcon" }, async () => {
4040
moises.ui.confirm({
4141
title: "Kitchen Sink",
4242
description: "Open the kitchen sink",

0 commit comments

Comments
 (0)