Skip to content

Commit 63266de

Browse files
committed
fix: correct reference to logo image path in sidebar
1 parent bd433e6 commit 63266de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/settings-ui/src/common/layout/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function Sidebar(props: SidebarProps) {
3535
>
3636
<div class="flex justify-between items-center">
3737
<img
38-
src="/resources/logo-128x128.png"
38+
src="/logo-128x128.png"
3939
alt="Zebar logo"
4040
class={cn(
4141
'w-8 h-8 m-2 ml-4 transition-all',

0 commit comments

Comments
 (0)