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/billing-section.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cloud/app/src/component/workspace/billing-section.tsx') diff --git a/cloud/app/src/component/workspace/billing-section.tsx b/cloud/app/src/component/workspace/billing-section.tsx index 4bc4d4225..457ba1392 100644 --- a/cloud/app/src/component/workspace/billing-section.tsx +++ b/cloud/app/src/component/workspace/billing-section.tsx @@ -3,6 +3,7 @@ import { createEffect, createMemo, createSignal, For, Show } from "solid-js" import { Billing } from "@opencode/cloud-core/billing.js" import { withActor } from "~/context/auth.withActor" import { IconCreditCard } from "~/component/icon" +import styles from "./billing-section.module.css" const createCheckoutUrl = action(async (workspaceID: string, successUrl: string, cancelUrl: string) => { "use server" @@ -50,7 +51,7 @@ export function BillingSection() { }) return ( -
+

Billing

-- cgit v1.2.3