Skip to content

Commit 239c3e0

Browse files
updated ui errors
1 parent f274250 commit 239c3e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/chat-input.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ export function ChatInput({
284284
</div>
285285
<p className="text-xs text-muted-foreground mt-2 text-center">
286286
CodinIT.dev sponsored by{' '}
287-
<a href="https://e2b.dev" target="_blank" className="text-[#ff8800]">
287+
<a href="https://codinit.dev" target="_blank" className="text-[#ff8800]">
288288
✶ E2B
289289
</a>
290290
</p>
291291
</form>
292292
)
293-
}
293+
}

0 commit comments

Comments
 (0)