Skip to content

Commit 2c51b26

Browse files
committed
update events
1 parent 79c5d35 commit 2c51b26

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/components/Translatathon/LocalCommunitiesList.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ const localCommunitiesData = [
3535
location: "Lusaka, Zambia",
3636
eventName: "Ethereum Translatathon - Hosted by ETHZambezi",
3737
},
38+
{
39+
emojiString: "🇳🇬",
40+
lumaLink: "https://lu.ma/w00aw06a",
41+
location: "Kaduna, Nigeria",
42+
eventName: "Ethereum Hausa Translatathon",
43+
},
44+
{
45+
emojiString: "🇳🇬",
46+
lumaLink: "https://lu.ma/1vj9u4rj",
47+
location: "Lagos, Nigeria",
48+
eventName: "Ethereum Yorùbá Translatathon",
49+
},
3850
]
3951

4052
export const LocalCommunitiesList = () => {

0 commit comments

Comments
 (0)