fix error states + remove run button

This commit is contained in:
Ishaan Dey
2024-05-13 15:31:48 -07:00
parent 9d5f9c37cc
commit 7141d74525
4 changed files with 11 additions and 7 deletions

View File

@ -200,9 +200,9 @@ export default function Sidebar({
</div>
<Switch checked={ai} onCheckedChange={setAi} />
</div>
<Button className="w-full">
{/* <Button className="w-full">
<MonitorPlay className="w-4 h-4 mr-2" /> Run
</Button>
</Button> */}
</div>
</div>
);