Skip to content

Commit

Permalink
added badges and location
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaGraceSmith committed Oct 24, 2023
1 parent 6f45a51 commit 1901c4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion members/members/evagracesmith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@ export const EvaGraceSmith: MemberObject = {
// { type: 'hashnode', username: 'yourUserName' },
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
],
badges: [],
badges: ['Hacktoberfest2023'],
location: {
latitude: 41.661129,
longitude: -91.530167,
title: 'Iowa City, Iowa', // optional
},
};

0 comments on commit 1901c4e

Please sign in to comment.