mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
PR feedback
This commit is contained in:
parent
f25fb35732
commit
439c46cf7f
1 changed files with 1 additions and 9 deletions
|
|
@ -38,15 +38,7 @@ const WelcomeView = () => {
|
|||
<VSCodeButton onClick={handleSubmit} style={{ marginTop: "3px" }}>
|
||||
Let's go!
|
||||
</VSCodeButton>
|
||||
{errorMessage && (
|
||||
<span
|
||||
style={{
|
||||
color: "var(--vscode-errorForeground)",
|
||||
fontSize: "12px",
|
||||
}}>
|
||||
{errorMessage}
|
||||
</span>
|
||||
)}
|
||||
{errorMessage && <span className="text-destructive">{errorMessage}</span>}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue