Skip to content

Commit

Permalink
info: update personal and site info
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrenyi committed Dec 6, 2023
1 parent 77684b0 commit 8741e0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/data/stats/personal.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ const data = [
{
key: 'countries',
label: 'Countries visited',
value: 53,
value: 1,
link:
'https://www.google.com/maps/d/embed?mid=1iBBTscqateQ93pWFVfHCUZXoDu8&z=2',
},
{
key: 'location',
label: 'Current city',
value: 'New York, NY',
value: 'Beijing, China',
},
];

Expand Down
10 changes: 5 additions & 5 deletions src/data/stats/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ const data = [
{
label: 'Stars this repository has on github',
key: 'stargazers_count',
link: 'https://github.com/mldangelo/personal-site/stargazers',
link: 'https://github.com/nmrenyi/plain-personal-site/stargazers',
},
{
label: 'Number of people watching this repository',
key: 'subscribers_count',
link: 'https://github.com/mldangelo/personal-site/stargazers',
link: 'https://github.com/nmrenyi/plain-personal-site/stargazers',
},
{
label: 'Number of forks',
key: 'forks',
link: 'https://github.com/mldangelo/personal-site/network',
link: 'https://github.com/nmrenyi/plain-personal-site/network',
},
{
label: 'Number of spoons',
Expand All @@ -31,12 +31,12 @@ const data = [
{
label: 'Open github issues',
key: 'open_issues_count',
link: 'https://github.com/mldangelo/personal-site/issues',
link: 'https://github.com/nmrenyi/plain-personal-site/issues',
},
{
label: 'Last updated at',
key: 'pushed_at',
link: 'https://github.com/mldangelo/personal-site/commits',
link: 'https://github.com/nmrenyi/plain-personal-site/commits',
format: (x) => dayjs(x).format('MMMM DD, YYYY'),
},
{
Expand Down

0 comments on commit 8741e0f

Please sign in to comment.