Skip to content

Commit d3426c5

Browse files
committed
Update layout.shared.tsx
1 parent 414f125 commit d3426c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/site/lib/layout.shared.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export function baseOptions(): BaseLayoutProps {
77
title: (
88
<div className="flex items-center gap-2 font-bold">
99
<Image
10-
src="/logo.svg"
11-
alt="ObjectUI"
10+
src="https://objectstack.ai/logo.svg"
11+
alt="ObjectStack Logo"
1212
width={30}
1313
height={30}
1414
/>

0 commit comments

Comments
 (0)