We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8190b41 + 7519d37 commit 6b3d0c7Copy full SHA for 6b3d0c7
public/assets/images/communities/ubucon.png
33.5 KB
src/components/Community/Community.jsx
@@ -32,14 +32,21 @@ const Community = () => {
32
src="assets/images/communities/ilugd.png"
33
alt="India Linux User Group"
34
/>
35
- </a>
36
- <a href="https://fossunited.org/" target="_blank" rel="no noreferrer">
+ </a>
+ <a href="https://fossunited.org/" target="_blank" rel="no noreferrer">
37
<img
38
className={styles.community__chapter}
39
src="assets/images/communities/foss-united.png"
40
alt="Foss United Foundation"
41
42
</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
50
</div>
51
52
);
0 commit comments