checkpoint before simplification, then feedback
This commit is contained in:
@@ -251,7 +251,7 @@ const PromptDisplay = () => {
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div className="relative">
|
||||
<div className="">
|
||||
<button className="btn btn-secondary w-full relative overflow-hidden" onClick={handleFillPool}>
|
||||
<div className="absolute top-0 left-0 h-full bg-green-500 opacity-20 transition-all duration-300"
|
||||
style={{ width: `${Math.min((poolStats.total / poolStats.target) * 100, 100)}%` }}>
|
||||
|
||||
Reference in New Issue
Block a user