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 82b653d commit b36e104Copy full SHA for b36e104
app/[locale]/dashboard/[entityType]/page.tsx
@@ -307,7 +307,7 @@ const EntityCard = ({ entityItem, params }: any) => {
307
<Image
308
height={160}
309
width={160}
310
- src={'/fallback.svg'}
+ src={'/org.png'}
311
alt={`fallback logo`}
312
className="fill-current object-contain text-baseGraySlateSolid6"
313
/>
0 commit comments