Skip to content

Commit f3c21b8

Browse files
committed
Update text
1 parent fcf5ae9 commit f3c21b8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/(app)/claw/components/CreateInstanceCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export function CreateInstanceCard({
8181
const isPaymentReturn = searchParams.get('payment') === 'success';
8282
const hasAutoProvisioned = useRef(false);
8383

84-
8584
useEffect(() => {
8685
if (hasAppliedDefault.current || selectedModel !== '' || modelOptions.length === 0) return;
8786
if (isLoadingUser) return;

src/app/(app)/claw/components/CreditsNudge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function CreditsNudge({
9494
className="w-full py-5"
9595
>
9696
<Gift className="h-4 w-4" />
97-
Use the free model instead
97+
Use the Kilo Auto: Free model instead
9898
</Button>
9999
</div>
100100
);

0 commit comments

Comments
 (0)