Skip to content

Commit 4407b6b

Browse files
committed
complete
1 parent 15c94bd commit 4407b6b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

web/components/ImageFallback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function ImageFallback({ width, height, url }: Props) {
2727
}}
2828
>
2929
<img
30-
src="/avatar-fallback.webp"
30+
src="/avatar.svg"
3131
width={width}
3232
height={height}
3333
style={{ width, height }}

web/public/avatar.svg

100644100755
Lines changed: 6 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)