Skip to content

Commit eb6a1f3

Browse files
committed
Fix page icons
1 parent 611a373 commit eb6a1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/page-icon.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const PageIcon: React.FC<AssetProps> = ({
3434
const title = block.value.properties?.title;
3535

3636
if (icon?.includes("http")) {
37-
const url = mapImageUrl(icon);
37+
const url = mapImageUrl(icon, block);
3838

3939
return (
4040
<img

0 commit comments

Comments
 (0)