fix: Api text typo in ApiKeyInput.tsx (#6916) (#6918)

## Issue

Closes (#6916)

There was an `Api` typo with API under Developer section while copying
the API Key to clipboard in the status popup which is now corrected to
`API`.
This commit is contained in:
Naineel Soyantar
2024-09-06 13:48:06 +05:30
committed by GitHub
parent cddc92c00f
commit dd60d6bf09

View File

@ -32,7 +32,7 @@ export const ApiKeyInput = ({ apiKey }: ApiKeyInputProps) => {
Icon={IconCopy}
title="Copy"
onClick={() => {
enqueueSnackBar('Api Key copied to clipboard', {
enqueueSnackBar('API Key copied to clipboard', {
variant: SnackBarVariant.Success,
icon: <IconCopy size={theme.icon.size.md} />,
duration: 2000,