Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
malted committed Dec 28, 2024
1 parent 6c1f0f8 commit f4afc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/harbor/shipyard/idea-generator/impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const StreamingText = ({ msg }) => {
return (
<div className="flex flex-col items-center gap-4">
<Button onClick={fetchStreamingData} disabled={isLoading}>
{isLoading ? 'Generating...' : 'How can I build this? (Uses a LLM)'}
{isLoading ? 'Generating...' : 'How can I build this? (Uses an LLM)'}
</Button>

{error && <div className="text-red-500 p-4">{error}</div>}
Expand Down

0 comments on commit f4afc47

Please sign in to comment.