From 9ee3815b0d0ad4997e2abed44b4a9cf32a6b8d64 Mon Sep 17 00:00:00 2001 From: Ardy Date: Wed, 29 Mar 2023 10:32:03 -0400 Subject: [PATCH] fix: gramatic errors --- src/constants/teamMembers.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/constants/teamMembers.ts b/src/constants/teamMembers.ts index e41830e9..b9467836 100644 --- a/src/constants/teamMembers.ts +++ b/src/constants/teamMembers.ts @@ -46,7 +46,7 @@ export const MEMBERS = [ twitter: '', github: '', description: - '- Amateur Organizational Theorist\n- Prefers reading over any other activity\n\nFun fact: Am actually a tree on the internet.', + '- Amateur Organizational Theorist\n- Prefers reading over any other activity\n\nFun fact: I am actually a tree on the internet.', }, { name: 'AUSTRIAN', @@ -85,7 +85,7 @@ export const MEMBERS = [ twitter: 'https://twitter.com/0xAshitakah', github: 'https://github.com/ashitakah', description: - '- Solidity dev\n- Studied Telecommunications engineering and philosophy\n\nFun fact: Pro player of magic the gathering', + '- Solidity dev\n- Studied Telecommunications engineering and philosophy\n\nFun fact: Pro player of Magic: The Gathering', }, { name: 'GAS1CENT', @@ -93,7 +93,7 @@ export const MEMBERS = [ twitter: 'https://twitter.com/gas1cent', github: 'https://github.com/gas1cent', description: - '- Watched over a thousand movies, vaguely remember 4 of them\n- A big nap2earn proponent\n\nFun fact: Jail dropout.', + '- Watched over a thousand movies, vaguely remembers 4 of them\n- A big nap2earn proponent\n\nFun fact: Jail dropout.', }, { name: 'GOTZEN', @@ -131,7 +131,7 @@ export const MEMBERS = [ twitter: 'https://twitter.com/turtle_moji', github: 'https://github.com/turtlemoji', description: - "- Co-created and helped in multiple onchain and normie products/companies\n- Loves swimming, video games, anime, science and to debate anything\n\nFun fact: Doesn't have medical insurance", + "- Co-created and helped in multiple onchain and normie products/companies\n- Loves swimming, video games, anime, science, and debating anything\n\nFun fact: Doesn't have medical insurance", }, { name: 'ARDY', @@ -147,7 +147,7 @@ export const MEMBERS = [ twitter: 'https://twitter.com/0xJoxes', github: 'https://github.com/Joxess', description: - "- Background in Engineering\n- Incubated four different communities to concentrate and sophisticate knowledge on Ethereum\n\nFun fact: Yes, I enjoy life but I love to comment on DeFi and Ethereum's scaling solutions all the day", + "- Background in Engineering\n- Incubated four different communities to concentrate and sophisticate knowledge on Ethereum\n\nFun fact: Yes, I enjoy life but I love to comment on DeFi and Ethereum's scaling solutions all day", }, { name: 'RACCON', @@ -155,7 +155,7 @@ export const MEMBERS = [ twitter: 'https://twitter.com/0xRaccoonDev', github: 'https://github.com/0xRaccoon', description: - '- Systems engineer who studied at UTN\n- Believes that adaptability is an important feature\n\nFun fact: Like to travel and do outdoor activities', + '- Systems engineer who studied at UTN\n- Believes that adaptability is an important feature\n\nFun fact: Likes to travel and do outdoor activities', }, { name: 'MONO', @@ -163,13 +163,13 @@ export const MEMBERS = [ twitter: 'https://twitter.com/0x_mono', github: '', description: - '- IT infrastructure study\n- Defi research and scalability\n\nFun fact: In my spare time I also poke my nose into Defi', + '- Studied IT infrastructure\n- Defi research and scalability\n\nFun fact: In my spare time, I also poke my nose into Defi', }, { name: 'EXCALIBOR', position: 'Solidity Dev', twitter: '', github: 'https://github.com/excaliborr', - description: '- Decentralization maxi\n- Loves game theory\n\nFun fact: has a skydiving license', + description: '- Decentralization maxi\n- Loves game theory\n\nFun fact: Has a skydiving license', }, ];