Skip to content

Commit b36e104

Browse files
committed
update fallback logo
1 parent 82b653d commit b36e104

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/dashboard/[entityType]

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/[entityType]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ const EntityCard = ({ entityItem, params }: any) => {
307307
<Image
308308
height={160}
309309
width={160}
310-
src={'/fallback.svg'}
310+
src={'/org.png'}
311311
alt={`fallback logo`}
312312
className="fill-current object-contain text-baseGraySlateSolid6"
313313
/>

0 commit comments

Comments
 (0)