Skip to content

Commit 0ec4820

Browse files
committed
add new hubs
1 parent 6a1be19 commit 0ec4820

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/components/Translatathon/LocalCommunitiesList.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,24 @@ const localCommunitiesData = [
5353
location: "Rio de Janeiro, Brazil",
5454
eventName: "Ethereum Translathon 📜🔍 hosted by EthSamba & BambaLabs",
5555
},
56+
{
57+
emojiString: "🇲🇾",
58+
lumaLink: "https://www.meetup.com/ethmalaysia/events/302654952/",
59+
location: "Kuala Lumpur, Malaysia",
60+
eventName: "Lepak and Join Translatathon",
61+
},
62+
{
63+
emojiString: "🇮🇳",
64+
lumaLink: "https://lu.ma/9eajbv89",
65+
location: "Kerala, India",
66+
eventName: "Ethereum.org - TRANSLATATHON INDIA - Jñāna",
67+
},
68+
{
69+
emojiString: "🇬🇭",
70+
lumaLink: "https://lu.ma/qvzlo7nc",
71+
location: "Accra, Ghana",
72+
eventName: "Ghana Ethereum Translatathon 2024",
73+
},
5674
]
5775

5876
export const LocalCommunitiesList = () => {

0 commit comments

Comments
 (0)