Skip to content

Commit 30a2ad7

Browse files
committed
Merge branch 'dev' into new-to-crypto-wallets
2 parents 0f8d909 + 351006b commit 30a2ad7

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# These owners will be the default owners for everything in
77
# the repo. Unless a later match takes precedence,
8-
* @wackerow @corwintines @pettinarip @minimalsm @nhsz
8+
* @wackerow @corwintines @pettinarip @minimalsm
99

1010
# Owners of specific files
1111
/src/data/consensus-bounty-hunters.json @djrtwo @asanso @fredriksvantes

src/components/EventCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const EventCard: React.FC<EventCardProps> = ({
3838
return (
3939
<Card className={cn("flex h-full flex-col rounded-md border", className)}>
4040
<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" />
4242
<span className="!mt-0 text-right text-sm text-primary">
4343
{formatedDate}
4444
</span>

src/intl/en/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"ethereum-upgrades": "Ethereum upgrades",
9898
"ethereum-wallets": "Ethereum wallets",
9999
"ethereum-whitepaper": "Ethereum Whitepaper",
100+
"events": "Events",
100101
"feedback-card-prompt-article": "Was this article helpful?",
101102
"feedback-card-prompt-page": "Was this page helpful?",
102103
"feedback-card-prompt-tutorial": "Was this tutorial helpful?",

src/lib/constants.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,7 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
185185
},
186186
{
187187
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",
195189
},
196190
{
197191
href: "https://0xparc.org/blog",

0 commit comments

Comments
 (0)