Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/WomB0ComB0/portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
WomB0ComB0 committed Oct 7, 2024
2 parents 848697a + d46c2f6 commit c99f96f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ yarn-error.log*
.env*.local
.env
.env.*.local
.env.*

# vercel
.vercel
Expand Down
4 changes: 2 additions & 2 deletions src/data/places.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const places: RawPlace[] = [
['Hack Dartmouth - 2024', 'Hacker', 43.7037946, -72.2946593],
['HackMIT - 2024', 'Hacker', 42.360092, -71.094162],
['DivHacks - 2024', 'Mentor/Judge', 40.807537, -73.96257],
['MHacks - 2024', 'Mentor/Judge', 42.73262, -84.478668],
['Hack Dearborn 3: Rewind Reality - 2024', 'Mentor', 42.73262, -84.478668],
['MHacks - 2024', 'Mentor/Judge', 42.291160, -83.715830],
['Hack Dearborn 3: Rewind Reality - 2024', 'Mentor', 42.317220, -83.230400],
];

export default places;
Expand Down
4 changes: 2 additions & 2 deletions src/lib/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export const links: Links = [
},
{
name: 'Buy me a coffee',
url: 'https://www.buymeacoffee.com/womb0comb0 ',
value: '@womb0comb0',
url: 'https://www.buymeacoffee.com/mikeodnis3a',
value: '@mikeodnis3a',
icon: SiBuymeacoffee,
},
{
Expand Down

0 comments on commit c99f96f

Please sign in to comment.