From e18f7a48c9d78e28aa8be71e321d249e48b512ce Mon Sep 17 00:00:00 2001 From: "Kshitij :)" <156404280+kshitij-bhale@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:15:27 +0530 Subject: [PATCH] team: fix role and name --- data/team.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/team.json b/data/team.json index 4d17838..edab6be 100644 --- a/data/team.json +++ b/data/team.json @@ -41,8 +41,8 @@ }, { "id": 6, - "name": "Kshitij", - "role": "Ui/UX Designer", + "name": "Kshitij :)", + "role": "UI/UX", "image": "https://avatars.githubusercontent.com/u/156404280?v=4", "github": "https://github.com/kshitij-bhale", "telegram": "https://t.me/Stock_Sucks" @@ -103,4 +103,5 @@ "github": "https://github.com/GhostedProtocol16", "telegram": "https://t.me/aisloppe" } -] \ No newline at end of file + +]