We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430bad5 commit 23cc4edCopy full SHA for 23cc4ed
1 file changed
gui/src/pages/ApiKeys.tsx
@@ -1,5 +1,5 @@
1
import { useEffect, useState } from "react";
2
-import { IconKey, IconPlus, IconX, IconCheck } from "../icons";
+import { IconPlus, IconX, IconCheck } from "../icons";
3
4
interface ApiKeyEntry {
5
id: string;
@@ -69,7 +69,7 @@ export default function ApiKeys({ apiBase }: { apiBase: string }) {
69
70
return (
71
<section className="page">
72
- <h2><IconKey /> API Access</h2>
+ <h2>API Access</h2>
73
<p className="muted">
74
Use generated API keys to access the opencodex proxy from external apps.
75
Keys authenticate via <code>Authorization: Bearer ocx_...</code> or <code>x-opencodex-api-key</code> header.
0 commit comments