From ae84d5a7340671a971954d80e26ab04d34e14f7e Mon Sep 17 00:00:00 2001 From: Jay V Date: Tue, 16 Sep 2025 17:09:27 -0400 Subject: ignore: zen --- cloud/app/src/component/workspace/key-section.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cloud/app/src/component/workspace/key-section.tsx') diff --git a/cloud/app/src/component/workspace/key-section.tsx b/cloud/app/src/component/workspace/key-section.tsx index ef1601567..4158ce793 100644 --- a/cloud/app/src/component/workspace/key-section.tsx +++ b/cloud/app/src/component/workspace/key-section.tsx @@ -5,6 +5,7 @@ import { Key } from "@opencode/cloud-core/key.js" import { withActor } from "~/context/auth.withActor" import { createStore } from "solid-js/store" import { formatDateUTC, formatDateForTable } from "./common" +import styles from "./key-section.module.css" const removeKey = action(async (form: FormData) => { "use server" @@ -109,7 +110,7 @@ export function KeySection() { } return ( -
+

API Keys

Manage your API keys for accessing opencode services.

-- cgit v1.2.3