Skip to content

Commit

Permalink
Update apps/dashboard/src/pages/api-keys.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: George Djabarov <39195835+djabarovgeorge@users.noreply.github.com>
  • Loading branch information
scopsy and djabarovgeorge authored Dec 8, 2024
1 parent 4a5fd89 commit 16243a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/api-keys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function ApiKeysPage() {
<div className="flex flex-col gap-2">
<RiKey2Line className="h-8 w-8" />
<h2 className="text-foreground-950 text-md font-medium">Environment Keys</h2>
<p className="text-foreground-400 text-xs">Copy and manage your public and private keys</p>
<p className="text-foreground-400 text-xs">Manage your public and private keys</p>

<ExternalLink variant="documentation" href="https://docs.novu.co/sdks/overview" className="text-sm">
Read about our SDKs
Expand Down

0 comments on commit 16243a2

Please sign in to comment.