Skip to content

Commit e844b84

Browse files
authored
add the 2025 badge and a basketball emoji (#1406)
1 parent 8b27585 commit e844b84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/members/members/AlexVCS.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import type { MemberObject } from '../types';
44
export const AlexVCS: MemberObject = {
55
// GitHub username (required)
66
github: 'AlexVCS',
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
//
@@ -42,7 +43,7 @@ export const AlexVCS: MemberObject = {
4243
// { type: 'hashnode', username: 'yourUserName' },
4344
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
4445
],
45-
badges: ['Hacktoberfest2022', 'Hacktoberfest2023'],
46+
badges: ['Hacktoberfest2022', 'Hacktoberfest2023', 'Hacktoberfest2025'],
4647
location: {
4748
latitude: 27.664827,
4849
longitude: -81.515755,

0 commit comments

Comments
 (0)