Skip to content

Commit

Permalink
Update bekahhw for hacktoberfest24 (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
BekahHW authored Oct 22, 2024
1 parent 8d8d683 commit 653b902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/members/core/bekahhw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const bekahhw: MemberObject = {
//
// Links - You can add one of each type, except website - you can add as many `website` accounts as you wish.
accounts: [
{ type: 'linkedin', username: 'bekah-hawrot-weigel' },
{ type: 'linkedin', username: 'bekahhw' },
{ type: 'dev', username: 'bekahhw' },
// { type: 'codenewbie', username: 'bekahhw' },
{ type: 'twitter', username: 'bekahhw' },
Expand All @@ -42,11 +42,11 @@ export const bekahhw: MemberObject = {
// { type: 'hashnode', username: 'yourUserName' },
{
type: 'website',
url: 'https://bekahhw.github.io',
url: 'https://bekahhw.com',
title: `Code. Community. Feelings. It's all here`,
},
],
badges: ['Hacktoberfest2022', 'Hacktoberfest2023'],
badges: ['Hacktoberfest2022', 'Hacktoberfest2023', 'Hacktoberfest2024'],
location: {
latitude: 40.375059,
longitude: -80.947491,
Expand Down

0 comments on commit 653b902

Please sign in to comment.