Skip to content

Commit ba8653f

Browse files
authored
fix: icon path (#12)
1 parent e7bf5aa commit ba8653f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/navigation/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function Sidebar() {
4343
<div className="flex items-center justify-between h-16 px-4 border-b border-gray-200 dark:border-gray-800">
4444
{!sidebarCollapsed && (
4545
<img
46-
src="/icons/icon-192x192.png"
46+
src={`${import.meta.env.BASE_URL}icons/icon-192x192.png`}
4747
alt="Plan Visualizer"
4848
className="h-16 w-16"
4949
/>

0 commit comments

Comments
 (0)