Skip to content

Commit dda80c8

Browse files
Update danieltott.ts (#1404)
* Update danieltott.ts Added 2025 badge and emoji * Prettified Code! * David Pumpkin's pumpkin change ANY QUESTIONS?!? --------- Co-authored-by: DanUsesGitHub <[email protected]>
1 parent 2a8b099 commit dda80c8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/content/members/core/danieltott.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export const danieltott: MemberObject = {
99
//
1010
// Name - If not defined here, it will default to your display name on GitHub. If that's not defined, then your GitHub username.
1111
name: 'Dan Ott',
12+
// emoji
13+
emoji: '🎃',
1214
//
1315
// Main URL - If not defined here, it will default to the website displayed on your GitHub profile. If that's not defined, then a link to your GitHub profile will be displayed.
1416
mainUrl: 'https://www.dtott.com',
@@ -44,7 +46,12 @@ export const danieltott: MemberObject = {
4446
// { type: 'hashnode', username: 'yourUserName' },
4547
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
4648
],
47-
badges: ['Hacktoberfest2022', 'Hacktoberfest2023'],
49+
badges: [
50+
'Hacktoberfest2022',
51+
'Hacktoberfest2023',
52+
'Hacktoberfest2024',
53+
'Hacktoberfest2025',
54+
],
4855
location: {
4956
latitude: 41.48266891706046,
5057
longitude: -81.80009779282766,

0 commit comments

Comments
 (0)