File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ export default function Layout(props: ParentProps) {
540540 running : number
541541 }
542542
543- const prefetchChunk = 200
543+ const prefetchChunk = 600
544544 const prefetchConcurrency = 1
545545 const prefetchPendingLimit = 6
546546 const prefetchToken = { value : 0 }
@@ -1284,7 +1284,7 @@ export default function Layout(props: ParentProps) {
12841284 < div class = "size-full rounded overflow-clip" >
12851285 < Avatar
12861286 fallback = { name ( ) }
1287- src = { props . project . id === opencode ? "https://opencode.ai/favicon-v2 .svg" : props . project . icon ?. override }
1287+ src = { props . project . id === opencode ? "https://opencode.ai/favicon.svg" : props . project . icon ?. override }
12881288 { ...getAvatarColors ( props . project . icon ?. color ) }
12891289 class = "size-full rounded"
12901290 style = {
You can’t perform that action at this time.
0 commit comments