This commit is contained in:
ITQ
2024-04-03 06:45:45 +03:00
parent a6d2dbdc16
commit 2e499f02a9
2 changed files with 17 additions and 11 deletions
+6 -6
View File
@@ -2562,9 +2562,9 @@
"peer": true "peer": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.12.2", "version": "20.12.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.3.tgz",
"integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==", "integrity": "sha512-sD+ia2ubTeWrOu+YMF+MTAB7E+O7qsMqAbMfW7DG3K1URwhZ5hN1pLlRVGbf4wDFzSfikL05M17EyorS86jShw==",
"devOptional": true, "devOptional": true,
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"
@@ -3612,9 +3612,9 @@
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.4.723", "version": "1.4.724",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.723.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.724.tgz",
"integrity": "sha512-rxFVtrMGMFROr4qqU6n95rUi9IlfIm+lIAt+hOToy/9r6CDv0XiEcQdC3VP71y1pE5CFTzKV0RvxOGYCPWWHPw==", "integrity": "sha512-RTRvkmRkGhNBPPpdrgtDKvmOEYTrPlXDfc0J/Nfq5s29tEahAwhiX4mmhNzj6febWMleulxVYPh7QwCSL/EldA==",
"dev": true "dev": true
}, },
"node_modules/emoji-regex": { "node_modules/emoji-regex": {
+11 -5
View File
@@ -34,24 +34,30 @@ const teamList: TeamProps[] = [
imageUrl: "https://cdn.discordapp.com/avatars/745800190413373472/db4cd19e6d80f9cfa29e09a43ddbcb28", imageUrl: "https://cdn.discordapp.com/avatars/745800190413373472/db4cd19e6d80f9cfa29e09a43ddbcb28",
name: "Pigeon", name: "Pigeon",
position: "Backend Developer", position: "Backend Developer",
socialNetworks: [], socialNetworks: [
{ name: "GitHub", url: "https://github.com/FlyingPigeon-py" },
],
}, },
{ {
imageUrl: "https://cdn.discordapp.com/avatars/875043365815717888/2a6ddca40c178c5e91a55c52889f8a98", imageUrl: "https://cdn.discordapp.com/avatars/875043365815717888/2a6ddca40c178c5e91a55c52889f8a98",
name: "Timkaoch", name: "Timkaoch",
position: "Backend Developer", position: "Backend Developer",
socialNetworks: [], socialNetworks: [
{ name: "GitHub", url: "https://github.com/Timur-liceist" },
],
}, },
{ {
imageUrl: "https://cdn.discordapp.com/avatars/743444918197944400/6dcfc04c3931fa5c89e9580eb5f7c655", imageUrl: "https://cdn.discordapp.com/avatars/743444918197944400/6dcfc04c3931fa5c89e9580eb5f7c655",
name: "Data Name ID", name: "Data Name ID",
position: "Backend Developer", position: "Backend Developer",
socialNetworks: [], socialNetworks: [
{ name: "GitHub", url: "https://github.com/Data-Name-ID" },
],
}, },
{ {
imageUrl: "https://cdn.discordapp.com/avatars/545655609005965345/78d2c594eb858d3bb393928a67ef8731", imageUrl: "https://cdn.discordapp.com/avatars/545655609005965345/78d2c594eb858d3bb393928a67ef8731",
name: " 👉👈 \n OMGKawaiiQueli!", name: "OMGKawaiiQueli!",
position: "Super-duper Main Frontend Developer ", position: "Frontend Developer",
socialNetworks: [ socialNetworks: [
{ name: "GitHub", url: "https://github.com/cu-e" }, { name: "GitHub", url: "https://github.com/cu-e" },
], ],