fix(app): favicon
This commit is contained in:
@@ -540,7 +540,7 @@ export default function Layout(props: ParentProps) {
|
|||||||
running: number
|
running: number
|
||||||
}
|
}
|
||||||
|
|
||||||
const prefetchChunk = 200
|
const prefetchChunk = 600
|
||||||
const prefetchConcurrency = 1
|
const prefetchConcurrency = 1
|
||||||
const prefetchPendingLimit = 6
|
const prefetchPendingLimit = 6
|
||||||
const prefetchToken = { value: 0 }
|
const prefetchToken = { value: 0 }
|
||||||
@@ -1284,7 +1284,7 @@ export default function Layout(props: ParentProps) {
|
|||||||
<div class="size-full rounded overflow-clip">
|
<div class="size-full rounded overflow-clip">
|
||||||
<Avatar
|
<Avatar
|
||||||
fallback={name()}
|
fallback={name()}
|
||||||
src={props.project.id === opencode ? "https://opencode.ai/favicon-v2.svg" : props.project.icon?.override}
|
src={props.project.id === opencode ? "https://opencode.ai/favicon.svg" : props.project.icon?.override}
|
||||||
{...getAvatarColors(props.project.icon?.color)}
|
{...getAvatarColors(props.project.icon?.color)}
|
||||||
class="size-full rounded"
|
class="size-full rounded"
|
||||||
style={
|
style={
|
||||||
|
|||||||
Reference in New Issue
Block a user