Skip to content

Commit 65cb9ee

Browse files
authored
feat: add Hacktoberfest2025 badge to bekahhw profile (#1416)
* feat: add Hacktoberfest2025 badge to bekahhw profile * Prettified Code! --------- Co-authored-by: BekahHW <[email protected]>
1 parent 2ce4454 commit 65cb9ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/content/members/core/bekahhw.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { profileMasks } from '../flare';
44
export const bekahhw: MemberObject = {
55
// GitHub username (required)
66
github: 'bekahhw',
7+
emoji: '📔',
78
//
89
// Everything below here is optional. By default, we pull most profile data from your GitHub profile. You can override that data here, as well as provide some additional account links below.
910
//
@@ -46,7 +47,12 @@ export const bekahhw: MemberObject = {
4647
title: `Code. Community. Feelings. It's all here`,
4748
},
4849
],
49-
badges: ['Hacktoberfest2022', 'Hacktoberfest2023', 'Hacktoberfest2024'],
50+
badges: [
51+
'Hacktoberfest2022',
52+
'Hacktoberfest2023',
53+
'Hacktoberfest2024',
54+
'Hacktoberfest2025',
55+
],
5056
location: {
5157
latitude: 40.375059,
5258
longitude: -80.947491,

0 commit comments

Comments
 (0)