Skip to content

Commit 79c5d35

Browse files
committed
hub data updates
1 parent 1273c85 commit 79c5d35

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/components/Translatathon/LocalCommunitiesList.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const localCommunitiesData = [
1414
{
1515
emojiString: "🇪🇹",
1616
lumaLink: "https://lu.ma/zi092c8v",
17-
location: "Ababa, Ethiopia",
17+
location: "Addis Ababa, Ethiopia",
1818
eventName: "Eth Translatathon",
1919
},
2020
{
@@ -23,6 +23,18 @@ const localCommunitiesData = [
2323
location: "Belgrade, Serbia",
2424
eventName: "Ethereum Translatathon — ETH Belgrade",
2525
},
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+
},
2638
]
2739

2840
export const LocalCommunitiesList = () => {

0 commit comments

Comments
 (0)