ignore: zen
This commit is contained in:
parent
c141b88087
commit
e544cccc70
1 changed files with 17 additions and 20 deletions
|
|
@ -11,7 +11,6 @@ import { createAsync, query, redirect } from "@solidjs/router"
|
||||||
import { getActor } from "~/context/auth"
|
import { getActor } from "~/context/auth"
|
||||||
import { withActor } from "~/context/auth.withActor"
|
import { withActor } from "~/context/auth.withActor"
|
||||||
import { Account } from "@opencode/cloud-core/account.js"
|
import { Account } from "@opencode/cloud-core/account.js"
|
||||||
import { Show } from "solid-js"
|
|
||||||
|
|
||||||
function CopyStatus() {
|
function CopyStatus() {
|
||||||
return (
|
return (
|
||||||
|
|
@ -83,7 +82,6 @@ export default function Home() {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<Show when={false}>
|
|
||||||
<section data-component="zen">
|
<section data-component="zen">
|
||||||
<a href="/docs/zen">opencode zen</a>
|
<a href="/docs/zen">opencode zen</a>
|
||||||
<span data-slot="description">
|
<span data-slot="description">
|
||||||
|
|
@ -101,7 +99,6 @@ export default function Home() {
|
||||||
Sign in
|
Sign in
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
</Show>
|
|
||||||
|
|
||||||
<section data-component="features">
|
<section data-component="features">
|
||||||
<ul data-slot="list">
|
<ul data-slot="list">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue