Skip to content

Commit 4e04bee

Browse files
committed
fix(app): favicon
1 parent 673e79f commit 4e04bee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/src/pages/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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={

0 commit comments

Comments
 (0)