Skip to content

Commit 1273c85

Browse files
committed
Update data
1 parent 9149edf commit 1273c85

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

src/components/Translatathon/LocalCommunitiesList.tsx

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ import Emoji from "../Emoji"
66

77
const localCommunitiesData = [
88
{
9-
organizer: "ETH Kypo",
109
emojiString: "🇷🇴",
11-
lumaLink: "https://example.com",
12-
location: "🇦🇷 Buenos Aires, Argentina",
10+
lumaLink: "https://lu.ma/b7m1nyid",
11+
location: "Bucharest, Romania",
12+
eventName: "Ethereum Translatathon Bucharest 🌐🐬",
13+
},
14+
{
15+
emojiString: "🇪🇹",
16+
lumaLink: "https://lu.ma/zi092c8v",
17+
location: "Ababa, Ethiopia",
18+
eventName: "Eth Translatathon",
19+
},
20+
{
21+
emojiString: "🇷🇸",
22+
lumaLink: "https://lu.ma/ehd86ohx",
23+
location: "Belgrade, Serbia",
24+
eventName: "Ethereum Translatathon — ETH Belgrade",
1325
},
1426
]
1527

@@ -36,11 +48,8 @@ export const LocalCommunitiesList = () => {
3648
<Text fontWeight="bold">{community.location}</Text>
3749
</Flex>
3850
<Box>
39-
<Text size="sm" color="body.medium">
40-
Organizer:
41-
</Text>
4251
<Text size="lg" fontWeight="bold">
43-
{community.organizer}
52+
{community.eventName}
4453
</Text>
4554
</Box>
4655
<Flex>

0 commit comments

Comments
 (0)