File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ export const RSS_DISPLAY_COUNT = 6
186
186
187
187
export const VITALIK_FEED = "https://vitalik.eth.limo/feed.xml"
188
188
export const SOLIDITY_FEED = "https://soliditylang.org/feed.xml"
189
- export const _0X_PARC_FEED = "https://rss.app/feeds/cWXGYts0ZM8C3F6t.xml"
190
189
191
190
export const COMMUNITY_BLOGS : CommunityBlog [ ] = [
192
191
{
@@ -206,8 +205,8 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
206
205
feed : "https://raw.githubusercontent.com/eth-educators/github-actions/refs/heads/main/_data/blog_data.xml" ,
207
206
} ,
208
207
{
208
+ name : "0xPARC" ,
209
209
href : "https://0xparc.org/blog" ,
210
- feed : _0X_PARC_FEED ,
211
210
} ,
212
211
{
213
212
href : "https://www.attestant.io/posts/" ,
Original file line number Diff line number Diff line change 1
- import { _0X_PARC_FEED , SOLIDITY_FEED , VITALIK_FEED } from "../constants"
1
+ import { SOLIDITY_FEED , VITALIK_FEED } from "../constants"
2
2
import type { RSSItem } from "../types"
3
3
4
4
export const sortByPubDate = ( items : RSSItem [ ] ) =>
@@ -27,11 +27,6 @@ export const postProcess = (rssItems: RSSItem[]) =>
27
27
...item ,
28
28
imgSrc : "/images/solidity-banner.png" ,
29
29
}
30
- case _0X_PARC_FEED :
31
- return {
32
- ...item ,
33
- imgSrc : "/images/0xparc-logo.svg" ,
34
- }
35
30
default :
36
31
return item
37
32
}
You can’t perform that action at this time.
0 commit comments