Skip to content

Commit

Permalink
Added Hacktoberfest2023 badge and my location to member profile (#999)
Browse files Browse the repository at this point in the history
* added my location

* Prettified Code!

---------

Co-authored-by: aishwarya-mali <[email protected]>
  • Loading branch information
aishwarya-mali and aishwarya-mali authored Oct 2, 2023
1 parent 8784f4f commit e8936e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion members/members/aishwaryamali.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@ export const aishwaryamali: MemberObject = {
// { type: 'hashnode', username: 'yourUserName' },
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
],
badges: ['Hacktoberfest2022'],
badges: ['Hacktoberfest2022', 'Hacktoberfest2023'],
location: {
latitude: 18.529102501138226,
longitude: 73.85607815269947,
title: 'Pune, India',
},
};

0 comments on commit e8936e7

Please sign in to comment.