Skip to content

Commit db8c754

Browse files
nikgrafCopilot
andauthored
Update apps/create-hypergraph/template-vite-react/src/components/graph-image.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9129933 commit db8c754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/create-hypergraph/template-vite-react/src/components/graph-image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function getImageUrl(src: string | undefined) {
22
if (!src || typeof src !== 'string') return src;
33
const image = src.split('ipfs://');
44
if (image.length === 2) {
5-
return `http://gateway.lighthouse.storage/ipfs/${image[1]}`;
5+
return `https://gateway.lighthouse.storage/ipfs/${image[1]}`;
66
}
77
return src;
88
}

0 commit comments

Comments
 (0)