|
@@ -1,13 +1,11 @@
|
|
|
import "./index.css"
|
|
import "./index.css"
|
|
|
import { Title } from "@solidjs/meta"
|
|
import { Title } from "@solidjs/meta"
|
|
|
-import { Match, onCleanup, onMount, Switch } from "solid-js"
|
|
|
|
|
|
|
+import { onCleanup, onMount } from "solid-js"
|
|
|
import logoLight from "../asset/logo-ornate-light.svg"
|
|
import logoLight from "../asset/logo-ornate-light.svg"
|
|
|
import logoDark from "../asset/logo-ornate-dark.svg"
|
|
import logoDark from "../asset/logo-ornate-dark.svg"
|
|
|
import IMG_SPLASH from "../asset/lander/screenshot-splash.png"
|
|
import IMG_SPLASH from "../asset/lander/screenshot-splash.png"
|
|
|
-import IMG_VSCODE from "../asset/lander/screenshot-vscode.png"
|
|
|
|
|
-import IMG_GITHUB from "../asset/lander/screenshot-github.png"
|
|
|
|
|
import { IconCopy, IconCheck } from "../component/icon"
|
|
import { IconCopy, IconCheck } from "../component/icon"
|
|
|
-import { createAsync, query, redirect, A } from "@solidjs/router"
|
|
|
|
|
|
|
+import { createAsync, query } 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"
|
|
@@ -157,18 +155,21 @@ export default function Home() {
|
|
|
|
|
|
|
|
<footer data-component="footer">
|
|
<footer data-component="footer">
|
|
|
<div data-slot="cell">
|
|
<div data-slot="cell">
|
|
|
- <a href="https://github.com/sst/opencode">GitHub</a>
|
|
|
|
|
|
|
+ <a href="https://x.com/opencode">X.com</a>
|
|
|
</div>
|
|
</div>
|
|
|
<div data-slot="cell">
|
|
<div data-slot="cell">
|
|
|
- <a href="https://opencode.ai/discord">Discord</a>
|
|
|
|
|
|
|
+ <a href="https://github.com/sst/opencode">GitHub</a>
|
|
|
</div>
|
|
</div>
|
|
|
<div data-slot="cell">
|
|
<div data-slot="cell">
|
|
|
- <span>
|
|
|
|
|
- ©2025 <a href="https://anoma.ly">Anomaly Innovations</a>
|
|
|
|
|
- </span>
|
|
|
|
|
|
|
+ <a href="https://opencode.ai/discord">Discord</a>
|
|
|
</div>
|
|
</div>
|
|
|
</footer>
|
|
</footer>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div data-component="legal">
|
|
|
|
|
+ <span>
|
|
|
|
|
+ ©2025 <a href="https://anoma.ly">Anomaly Innovations</a>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </div>
|
|
|
</main>
|
|
</main>
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|