diff --git a/src/components/Image/CardImage.tsx b/src/components/Image/CardImage.tsx index 22e7ef4ec71..21d4f8138dc 100644 --- a/src/components/Image/CardImage.tsx +++ b/src/components/Image/CardImage.tsx @@ -9,7 +9,7 @@ type CardImageProps = ComponentProps<"img"> const CardImage = ({ src, className, ...props }: CardImageProps) => ( // eslint-disable-next-line @next/next/no-img-element { diff --git a/src/lib/constants.ts b/src/lib/constants.ts index b495322c8e4..d3ef0b5429a 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -215,12 +215,12 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [ feed: SOLIDITY_FEED, }, { - href: "https://mirror.xyz/privacy-scaling-explorations.eth", - feed: "https://mirror.xyz/privacy-scaling-explorations.eth/feed/atom", + href: "https://paragraph.com/@privacy-scaling-explorations", + feed: "https://api.paragraph.com/blogs/rss/@privacy-scaling-explorations", }, { - href: "https://stark.mirror.xyz/", - feed: "https://stark.mirror.xyz/feed/atom", + href: "https://paragraph.com/@josh-stark", + feed: "https://api.paragraph.com/blogs/rss/@josh-stark", }, { href: "https://medium.com/ethereum-cat-herders/newsletter",