File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# These owners will be the default owners for everything in
7
7
# the repo. Unless a later match takes precedence,
8
- * @ wackerow @ corwintines @ pettinarip @ minimalsm @ nhsz
8
+ * @ wackerow @ corwintines @ pettinarip @ minimalsm
9
9
10
10
# Owners of specific files
11
11
/src /data /consensus-bounty-hunters.json @ djrtwo @ asanso @ fredriksvantes
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const EventCard: React.FC<EventCardProps> = ({
38
38
return (
39
39
< Card className = { cn ( "flex h-full flex-col rounded-md border" , className ) } >
40
40
< CardHeader className = "flex flex-row items-center justify-center rounded-t-md border-b border-primary bg-[#FCFCFC] p-2 dark:bg-[#272627]" >
41
- < BsCalendar3 className = "mr -2 h-6 w-6 text-primary" />
41
+ < BsCalendar3 className = "me -2 h-6 w-6 text-primary" />
42
42
< span className = "!mt-0 text-right text-sm text-primary" >
43
43
{ formatedDate }
44
44
</ span >
Original file line number Diff line number Diff line change 97
97
"ethereum-upgrades" : " Ethereum upgrades" ,
98
98
"ethereum-wallets" : " Ethereum wallets" ,
99
99
"ethereum-whitepaper" : " Ethereum Whitepaper" ,
100
+ "events" : " Events" ,
100
101
"feedback-card-prompt-article" : " Was this article helpful?" ,
101
102
"feedback-card-prompt-page" : " Was this page helpful?" ,
102
103
"feedback-card-prompt-tutorial" : " Was this tutorial helpful?" ,
Original file line number Diff line number Diff line change @@ -185,13 +185,7 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
185
185
} ,
186
186
{
187
187
href : "https://ethstaker.cc/blog" ,
188
- /**
189
- * TODO: The endpoint is behind Vercel security checkpoint. Add "feed" field
190
- * back when we can fetch the xml feed without hitting the checkpoint, and
191
- * remove custom "name" field.
192
- */
193
- // feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
194
- name : "EthStaker Blog" ,
188
+ feed : "https://raw.githubusercontent.com/eth-educators/github-actions/refs/heads/main/_data/blog_data.xml" ,
195
189
} ,
196
190
{
197
191
href : "https://0xparc.org/blog" ,
You can’t perform that action at this time.
0 commit comments