Skip to content

Commit dab1878

Browse files
authored
Merge pull request #40 from raid-guild/develop
fix image not showing for non-3box in search
2 parents bf944f8 + a3286a8 commit dab1878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dapp/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const Header: React.FC<Props> = ({ onOpen }) => {
177177
bgImage={
178178
u.imageHash
179179
? `url(${CONFIG.ipfsEndpoint}/ipfs/${u.imageHash})`
180-
: `https://avatars.dicebear.com/api/jdenticon/${u.id}.svg`
180+
: `url(https://avatars.dicebear.com/api/jdenticon/${u.id}.svg)`
181181
}
182182
bgSize="cover"
183183
bgRepeat="no-repeat"

0 commit comments

Comments
 (0)