|
|
@@ -6,6 +6,7 @@ import { UserMenu } from "./user-menu"
|
|
|
import { withActor } from "~/context/auth.withActor"
|
|
|
import { User } from "@opencode-ai/console-core/user.js"
|
|
|
import { Actor } from "@opencode-ai/console-core/actor.js"
|
|
|
+import { Link } from "@solidjs/meta"
|
|
|
|
|
|
const getUserEmail = query(async (workspaceID: string) => {
|
|
|
"use server"
|
|
|
@@ -21,6 +22,7 @@ export default function WorkspaceLayout(props: RouteSectionProps) {
|
|
|
const userEmail = createAsync(() => getUserEmail(params.id))
|
|
|
return (
|
|
|
<main data-page="workspace">
|
|
|
+ <Link rel="icon" type="image/svg+xml" href="/favicon-zen.svg" />
|
|
|
<header data-component="workspace-header">
|
|
|
<div data-slot="header-brand">
|
|
|
<A href="/" data-component="site-title">
|