Skip to content

Commit 7b435f7

Browse files
authored
Merge pull request #35 from mxstbr/fix-page-icons
Fix page icons
2 parents 611a373 + eb6a1f3 commit 7b435f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/page-icon.tsx

Lines changed: 1 addition & 1 deletion
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)