Skip to content

Commit

Permalink
fix image not showing for non-3box in search
Browse files Browse the repository at this point in the history
  • Loading branch information
dan13ram committed Oct 22, 2020
1 parent bf944f8 commit a3286a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const Header: React.FC<Props> = ({ onOpen }) => {
bgImage={
u.imageHash
? `url(${CONFIG.ipfsEndpoint}/ipfs/${u.imageHash})`
: `https://avatars.dicebear.com/api/jdenticon/${u.id}.svg`
: `url(https://avatars.dicebear.com/api/jdenticon/${u.id}.svg)`
}
bgSize="cover"
bgRepeat="no-repeat"
Expand Down

0 comments on commit a3286a8

Please sign in to comment.