From 7728c2c66e32be5071b30a1ef421864c38dc89c1 Mon Sep 17 00:00:00 2001 From: Ashutosh Mishra Date: Thu, 11 Sep 2025 14:04:33 +0530 Subject: [PATCH] added my avatar --- src/config/UserData.ts | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/config/UserData.ts b/src/config/UserData.ts index ea7bd6f..b488c84 100644 --- a/src/config/UserData.ts +++ b/src/config/UserData.ts @@ -8,20 +8,26 @@ interface Profile { export const profiles: Profile[] = [ { id: 1, - name: 'Dhrutinandan Swain', - username: 'swaindhruti', - bio: 'Full-stack Developer & DevOps', + name: "Dhrutinandan Swain", + username: "swaindhruti", + bio: "Full-stack Developer & DevOps", }, { id: 2, - name: 'Amit Bastia', - username: 'AmitBastia', - bio: 'Open-Source Enthusiast', + name: "Amit Bastia", + username: "AmitBastia", + bio: "Open-Source Enthusiast", }, { id: 3, - name: 'Harsh Verma', - username: 'Cybrite', - bio: 'Frontend developer & Web3', + name: "Harsh Verma", + username: "Cybrite", + bio: "Frontend developer & Web3", + }, + { + id: 4, + name: "Ashutosh Mishra", + username: "AshutoshMishra1615", + bio: "Full stack developer", }, ];