Skip to content

Commit

Permalink
Merge pull request #1048 from hackclub/malted/ideas
Browse files Browse the repository at this point in the history
malted/ideas
  • Loading branch information
malted authored Dec 28, 2024
2 parents 7d4c005 + f4afc47 commit 7b293f0
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 7b293f0

Please sign in to comment.