Skip to content

Commit

Permalink
2024 update
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydavis629 committed Feb 17, 2024
1 parent f8fc6b0 commit b549b78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/stats/personal.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ const data = [
{
key: 'countries',
label: 'Shotglasses collected from travels',
value: 110,
value: 112,
},
{
key: 'dives',
label: 'Dives logged',
value: 51,
value: 58,
},
{
key: 'belt',
label: 'Jiu Jitsu belt progress',
value: 'Blue Belt, 0 stripes',
value: 'Blue Belt, 1 stripes',
},
{
key: 'CSGO',
label: 'Counter Strike Global Offensive rank',
value: 'Legendary Eagle',
label: 'Counter Strike 2 Premier Rank',
value: '~18000',
link: 'https://csgorankings.com/profile/76561198043553359',
},
{
Expand Down

0 comments on commit b549b78

Please sign in to comment.