Update PromptEntry.tsx
This commit is contained in:
parent
b0458fbbfe
commit
af7ed7319d
|
@ -113,7 +113,7 @@ export default function PromptEntry({
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<div className="tooltip text-left" data-tip="🚀 Jump to upcoming prompt?" onClick={() => { jumpToPrompt(prompt, inferenceResults, setPaused, nowPlayingResult) }} >
|
<div className="tooltip text-left" data-tip="🚀 Jump to upcoming prompt?" onClick={() => { jumpToPrompt(prompt, inferenceResults, setPaused, nowPlayingResult) }} >
|
||||||
<p className={className}>UP NEXT: {prompt}</p>
|
<p className={className}>{prompt}</p>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue