Skip to content

Commit 94d75e9

Browse files
committed
refactor: update fallback logo of organization
1 parent 4a347a6 commit 94d75e9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/[locale]/dashboard/components/dashboard-nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function DashboardNav({
7676
<Image
7777
height={140}
7878
width={140}
79-
src={path.includes('self') ? '/profile.png' : '/fallback.svg'}
79+
src={path.includes('self') ? '/profile.png' : '/org.png'}
8080
alt={'fallback logo'}
8181
className="fill-current object-contain text-baseGraySlateSolid6"
8282
/>

public/org.png

7.28 KB
Loading

0 commit comments

Comments
 (0)