diff options
| author | Jay V <[email protected]> | 2025-09-16 17:09:27 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-16 17:17:17 -0400 |
| commit | ae84d5a7340671a971954d80e26ab04d34e14f7e (patch) | |
| tree | 3a05ef436555978a2ea87f5b355ed28807bd2af3 /cloud/app/src/component/workspace/key-section.tsx | |
| parent | cd537707348689c6bf758f73386e8a0e3368e31f (diff) | |
| download | opencode-ae84d5a7340671a971954d80e26ab04d34e14f7e.tar.gz opencode-ae84d5a7340671a971954d80e26ab04d34e14f7e.zip | |
ignore: zen
Diffstat (limited to 'cloud/app/src/component/workspace/key-section.tsx')
| -rw-r--r-- | cloud/app/src/component/workspace/key-section.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
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 ( - <section data-component="api-keys-section"> + <section class={styles.root}> <div data-slot="section-title"> <h2>API Keys</h2> <p>Manage your API keys for accessing opencode services.</p> |
