Skip to content

Commit

Permalink
Fixed idea generator modal
Browse files Browse the repository at this point in the history
  • Loading branch information
BudzioT committed Dec 29, 2024
1 parent 7b293f0 commit fdc115e
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 @@ -244,7 +244,7 @@ const IdeaGenerator = () => {
Generate an idea
</Button>
<Modal isOpen={!!message} close={() => setMessage(null)}>
<div className="flex flex-col items-center">
<div className="flex flex-col items-center max-h-[70vh] overflow-y-auto">
<p className="max-w-prose text-lg text-center mb-4">{message}</p>
<Button onClick={loading ? null : generateIdea}>Regenerate</Button>
<img
Expand Down

0 comments on commit fdc115e

Please sign in to comment.