We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a347a6 commit 94d75e9Copy full SHA for 94d75e9
app/[locale]/dashboard/components/dashboard-nav.tsx
@@ -76,7 +76,7 @@ export function DashboardNav({
76
<Image
77
height={140}
78
width={140}
79
- src={path.includes('self') ? '/profile.png' : '/fallback.svg'}
+ src={path.includes('self') ? '/profile.png' : '/org.png'}
80
alt={'fallback logo'}
81
className="fill-current object-contain text-baseGraySlateSolid6"
82
/>
public/org.png
7.28 KB
0 commit comments