Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update bekahhw for hacktoberfest24 #1283

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading