diff --git a/.changeset/thick-poems-do.md b/.changeset/thick-poems-do.md new file mode 100644 index 0000000..efc5973 --- /dev/null +++ b/.changeset/thick-poems-do.md @@ -0,0 +1,5 @@ +--- +'pliny': patch +--- + +add z-index to kbar modal diff --git a/.changeset/thin-papayas-shout.md b/.changeset/thin-papayas-shout.md new file mode 100644 index 0000000..dbc9d4e --- /dev/null +++ b/.changeset/thin-papayas-shout.md @@ -0,0 +1,5 @@ +--- +'pliny': patch +--- + +add umami options diff --git a/packages/pliny/src/search/KBarModal.tsx b/packages/pliny/src/search/KBarModal.tsx index 2beb718..5b4dcd9 100644 --- a/packages/pliny/src/search/KBarModal.tsx +++ b/packages/pliny/src/search/KBarModal.tsx @@ -16,7 +16,7 @@ export const KBarModal = ({ actions, isLoading }: { actions: Action[]; isLoading return ( - +
@@ -78,7 +78,7 @@ const RenderResults = () => { }`} >
- {item.icon &&
{item.icon}
} + {item.icon &&
{item.icon}
}
{item.subtitle && (