We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bf5aa commit ba8653fCopy full SHA for ba8653f
1 file changed
src/features/navigation/components/Sidebar.tsx
@@ -43,7 +43,7 @@ export function Sidebar() {
43
<div className="flex items-center justify-between h-16 px-4 border-b border-gray-200 dark:border-gray-800">
44
{!sidebarCollapsed && (
45
<img
46
- src="/icons/icon-192x192.png"
+ src={`${import.meta.env.BASE_URL}icons/icon-192x192.png`}
47
alt="Plan Visualizer"
48
className="h-16 w-16"
49
/>
0 commit comments