Skip to content

Commit

Permalink
Update jamescurran.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltott authored Oct 2, 2023
1 parent 3860653 commit 84aa5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions members/members/jamescurran.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Hacktoberfest2023 } from '~/svg/badges';
import type { MemberObject } from '../types';
// import { profileMasks } from '../flare';

export const _EXAMPLE: MemberObject = {
export const Jamescurran: MemberObject = {
// GitHub username (required)
github: 'jamescurran',
//
Expand Down Expand Up @@ -54,7 +54,7 @@ export const _EXAMPLE: MemberObject = {
],
badges: ['Hacktoberfest2023'],
location: {
latitute: 40.220825943631645,
latitude: 40.220825943631645,
longitude: -74.76004035318527,
title: 'Trenton, NJ', // optional
},
Expand Down

0 comments on commit 84aa5c4

Please sign in to comment.