Skip to content

Commit 23cc4ed

Browse files
committed
fix: remove oversized IconKey from API page heading
1 parent 430bad5 commit 23cc4ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gui/src/pages/ApiKeys.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useEffect, useState } from "react";
2-
import { IconKey, IconPlus, IconX, IconCheck } from "../icons";
2+
import { IconPlus, IconX, IconCheck } from "../icons";
33

44
interface ApiKeyEntry {
55
id: string;
@@ -69,7 +69,7 @@ export default function ApiKeys({ apiBase }: { apiBase: string }) {
6969

7070
return (
7171
<section className="page">
72-
<h2><IconKey /> API Access</h2>
72+
<h2>API Access</h2>
7373
<p className="muted">
7474
Use generated API keys to access the opencodex proxy from external apps.
7575
Keys authenticate via <code>Authorization: Bearer ocx_...</code> or <code>x-opencodex-api-key</code> header.

0 commit comments

Comments
 (0)