File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
public/assets/images/communities Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,21 @@ const Community = () => {
3232 src = "assets/images/communities/ilugd.png"
3333 alt = "India Linux User Group"
3434 />
35- </ a >
36- < a href = "https://fossunited.org/" target = "_blank" rel = "no noreferrer" >
35+ </ a >
36+ < a href = "https://fossunited.org/" target = "_blank" rel = "no noreferrer" >
3737 < img
3838 className = { styles . community__chapter }
3939 src = "assets/images/communities/foss-united.png"
4040 alt = "Foss United Foundation"
4141 />
4242 </ a >
43+ < a href = "https://2024.ubucon.asia/" target = "_blank" rel = "no noreferrer" >
44+ < img
45+ className = { styles . community__chapter }
46+ src = "/assets/images/communities/ubucon.png"
47+ alt = "Ubucon Asia"
48+ />
49+ </ a >
4350 </ div >
4451 </ div >
4552 ) ;
You can’t perform that action at this time.
0 commit comments