Skip to content

Commit

Permalink
Added my location to my member profile (#997)
Browse files Browse the repository at this point in the history
* Added my location to my member profile

* Prettified Code!

---------

Co-authored-by: danieltott <[email protected]>
  • Loading branch information
danieltott and danieltott authored Oct 2, 2023
1 parent 70728d3 commit 3860653
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion members/core/danieltott.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@ export const danieltott: MemberObject = {
// { type: 'hashnode', username: 'yourUserName' },
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
],
badges: ['Hacktoberfest2022'],
badges: ['Hacktoberfest2022', 'Hacktoberfest2023'],
location: {
latitude: 41.48266891706046,
longitude: -81.80009779282766,
title: 'Lakewood, OH',
},
};

0 comments on commit 3860653

Please sign in to comment.