Skip to content

Commit

Permalink
chores: Update Ayu's profile for Hacktoberfest 2023 (#1026)
Browse files Browse the repository at this point in the history
* Add Hacktoberfest2023 badge
* Add location

* Fix latitude longitude
  • Loading branch information
adiati98 authored Oct 4, 2023
1 parent 95b506b commit 4efd42f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion members/members/adiati98.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@ export const adiati98: MemberObject = {
{ type: 'hashnode', username: 'adiatiayu' },
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
],
badges: ['Hacktoberfest2022'],
badges: ['Hacktoberfest2022', 'Hacktoberfest2023'],
location: {
latitude: 52.020798,
longitude: 4.493784,
title: 'Zuid Holland, Netherlands',
},
};

0 comments on commit 4efd42f

Please sign in to comment.