improve copilot + fix minor bugs
This commit is contained in:
@ -67,8 +67,6 @@ export default async function CodePage({ params }: { params: { id: string } }) {
|
||||
return notFound()
|
||||
}
|
||||
|
||||
console.log("sandboxes: ", sandboxData)
|
||||
|
||||
return (
|
||||
<div className="overflow-hidden overscroll-none w-screen flex flex-col h-screen bg-background">
|
||||
<Room id={sandboxId}>
|
||||
|
@ -102,10 +102,6 @@
|
||||
.inline-decoration::before {
|
||||
content: "Generate";
|
||||
color: #525252;
|
||||
/* border: 1px solid #525252; */
|
||||
/* padding: 2px 4px; */
|
||||
/* border-radius: 4px; */
|
||||
margin-left: 36px;
|
||||
}
|
||||
.inline-decoration::after {
|
||||
content: "⌘G";
|
||||
|
Reference in New Issue
Block a user