Skip to content

Commit

Permalink
fix: app icon path in the custom titlebar (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
cobrabr authored Jul 5, 2024
1 parent e0d331c commit 1de1bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CustomTitlebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const CustomTitlebar: Component<{
}}
>
<div class="p-1.5 mx-0.5">
<img src="/assets/icons/icon.png?url" class="w-full h-full" />
<img src="./assets/icons/icon.png?url" class="w-full h-full" />
</div>
<Show when={props.menu()}>
<div
Expand Down

0 comments on commit 1de1bd8

Please sign in to comment.