File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
src/components/Translatathon Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,22 @@ import Emoji from "../Emoji"
6
6
7
7
const localCommunitiesData = [
8
8
{
9
- organizer : "ETH Kypo" ,
10
9
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" ,
13
25
} ,
14
26
]
15
27
@@ -36,11 +48,8 @@ export const LocalCommunitiesList = () => {
36
48
< Text fontWeight = "bold" > { community . location } </ Text >
37
49
</ Flex >
38
50
< Box >
39
- < Text size = "sm" color = "body.medium" >
40
- Organizer:
41
- </ Text >
42
51
< Text size = "lg" fontWeight = "bold" >
43
- { community . organizer }
52
+ { community . eventName }
44
53
</ Text >
45
54
</ Box >
46
55
< Flex >
You can’t perform that action at this time.
0 commit comments