Skip to content

Commit

Permalink
Update bsuraj.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
surajb0710 authored and danieltott committed Oct 4, 2024
1 parent 2835fcb commit b0d02f9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/content/members/members/bsuraj.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// import { profileMasks } from '../flare';
import type { MemberObject } from '../types';
// import { profileMasks } from '../flare';

// Change _EXAMPLE to `yourGitHubUserName` and add your info below
export const surajb0710: MemberObject = {
// GitHub username (required)
github: 'surajb0710',
Expand Down Expand Up @@ -41,15 +40,7 @@ export const surajb0710: MemberObject = {
// { type: 'polywork', username: 'yourUserName' },
// { type: 'medium', username: 'yourUserName' },
// { type: 'hashnode', username: 'yourUserName' },
// { type: 'mastodon', url: 'https://mastodon.server/@username' },
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
],
badges: ['Hacktoberfest2024'],
// Add your location to our member map at https://virtualcoffee.io/members (optional)
// Feel free to be as specific or vague as you're comfortable with.
// location: {
// latitude: 41.48266891706046,
// longitude: -81.80009779282766,
// title: 'Lakewood, OH', // optional
// },
};

0 comments on commit b0d02f9

Please sign in to comment.