Skip to content

Commit

Permalink
add new hubs
Browse files Browse the repository at this point in the history
  • Loading branch information
corwintines committed Aug 7, 2024
1 parent 6a1be19 commit 0ec4820
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/Translatathon/LocalCommunitiesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,24 @@ const localCommunitiesData = [
location: "Rio de Janeiro, Brazil",
eventName: "Ethereum Translathon 📜🔍 hosted by EthSamba & BambaLabs",
},
{
emojiString: "🇲🇾",
lumaLink: "https://www.meetup.com/ethmalaysia/events/302654952/",
location: "Kuala Lumpur, Malaysia",
eventName: "Lepak and Join Translatathon",
},
{
emojiString: "🇮🇳",
lumaLink: "https://lu.ma/9eajbv89",
location: "Kerala, India",
eventName: "Ethereum.org - TRANSLATATHON INDIA - Jñāna",
},
{
emojiString: "🇬🇭",
lumaLink: "https://lu.ma/qvzlo7nc",
location: "Accra, Ghana",
eventName: "Ghana Ethereum Translatathon 2024",
},
]

export const LocalCommunitiesList = () => {
Expand Down

0 comments on commit 0ec4820

Please sign in to comment.