Skip to content

Commit

Permalink
Merge pull request #317 from X3nyy/temp
Browse files Browse the repository at this point in the history
feat(community): add Ubucon Asia
  • Loading branch information
chanu4321 committed May 7, 2024
2 parents 8190b41 + 7519d37 commit 6b3d0c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Binary file added public/assets/images/communities/ubucon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions src/components/Community/Community.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,21 @@ const Community = () => {
src="assets/images/communities/ilugd.png"
alt="India Linux User Group"
/>
</a>
<a href="https://fossunited.org/" target="_blank" rel="no noreferrer">
</a>
<a href="https://fossunited.org/" target="_blank" rel="no noreferrer">
<img
className={styles.community__chapter}
src="assets/images/communities/foss-united.png"
alt="Foss United Foundation"
/>
</a>
<a href="https://2024.ubucon.asia/" target="_blank" rel="no noreferrer">
<img
className={styles.community__chapter}
src="/assets/images/communities/ubucon.png"
alt="Ubucon Asia"
/>
</a>
</div>
</div>
);
Expand Down

0 comments on commit 6b3d0c7

Please sign in to comment.