Skip to content

Commit 6565a32

Browse files
committed
Remove old comments (triggering gh page build)
1 parent 9346a6a commit 6565a32

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pages/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,6 @@ export default function App() {
428428
<AccordionTrigger>Spike</AccordionTrigger>
429429
<AccordionContent>
430430
<div className="flex flex-col gap-2">
431-
{ /* <Button variant="secondary" className="w-full" onClick = { () => GetSpikeServer() }>Connect</Button> */ }
432-
{ /* <Button variant={spike_server ? "secondary" : "outline"} className="w-full" onClick = { () => { spike_server && sendCodeToSpike(spike_server, sample_code) } }>Download Code</Button> */ }
433431
<Button variant="secondary" className="w-full" onClick = { () => GenerateCode("Spike") }>Generate Code</Button>
434432
</div>
435433
</AccordionContent>

0 commit comments

Comments
 (0)