Skip to content

Commit

Permalink
docs: add an example of how the prefix looks (#2722)
Browse files Browse the repository at this point in the history
* docs: add an example of how the prefix looks

* chore: use span
  • Loading branch information
chronark authored Dec 9, 2024
1 parent 7b523b7 commit 62764a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ export const CreateKey = ({ apiId, keyAuthId, defaultBytes, defaultPrefix }: Pro
</FormControl>
<FormDescription>
Using a prefix can make it easier for your users to distinguish between
apis. Don't add a trailing underscore, we'll do that automatically.
apis. Don't add a trailing underscore, we'll do that automatically:{" "}
<span className="font-mono font-light">{"<prefix>_randombytes"}</span>
</FormDescription>
<FormMessage />
</FormItem>
Expand Down

0 comments on commit 62764a6

Please sign in to comment.