File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
src/components/Translatathon Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const localCommunitiesData = [
14
14
{
15
15
emojiString : "🇪🇹" ,
16
16
lumaLink : "https://lu.ma/zi092c8v" ,
17
- location : "Ababa, Ethiopia" ,
17
+ location : "Addis Ababa, Ethiopia" ,
18
18
eventName : "Eth Translatathon" ,
19
19
} ,
20
20
{
@@ -23,6 +23,18 @@ const localCommunitiesData = [
23
23
location : "Belgrade, Serbia" ,
24
24
eventName : "Ethereum Translatathon — ETH Belgrade" ,
25
25
} ,
26
+ {
27
+ emojiString : "🇹🇼" ,
28
+ lumaLink : "https://lu.ma/2i9fi2zi" ,
29
+ location : "Taipei, Taiwan" ,
30
+ eventName : "2024 ethereum.org Translatathon Hub - Taiwan" ,
31
+ } ,
32
+ {
33
+ emojiString : "🇿🇲" ,
34
+ lumaLink : "https://lu.ma/4xyfdlz7" ,
35
+ location : "Lusaka, Zambia" ,
36
+ eventName : "Ethereum Translatathon - Hosted by ETHZambezi" ,
37
+ } ,
26
38
]
27
39
28
40
export const LocalCommunitiesList = ( ) => {
You can’t perform that action at this time.
0 commit comments