Skip to content

Commit

Permalink
fix: plan typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Sep 15, 2023
1 parent 459d9ed commit dd01dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/isEnabled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function FeatureDisabledNotice(props: {urlSuffix?: string}) {
return (
<Card tone="primary" border padding={4}>
<Text size={1}>
💎 Unlock semantic search with Embeddings Index APIs — available on Team, Business, and
💎 Unlock semantic search with the Embeddings Index API — available on Team, Business, and
Enterprise plans.{' '}
<a href={`https://www.sanity.io/manage/project/${projectId}/plan${props.urlSuffix ?? ''}`}>
Upgrade now →
Expand Down

0 comments on commit dd01dc7

Please sign in to comment.