Skip to content

Commit 6b3d0c7

Browse files
authored
Merge pull request #317 from X3nyy/temp
feat(community): add Ubucon Asia
2 parents 8190b41 + 7519d37 commit 6b3d0c7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: public/assets/images/communities/ubucon.png

33.5 KB
Loading

Diff for: src/components/Community/Community.jsx

+9-2
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)