From c0ea75de1087ad5344189fad0273641275d9c15c Mon Sep 17 00:00:00 2001 From: swati-prabhu Date: Sat, 28 Sep 2024 12:34:37 +0530 Subject: [PATCH] changes by Swati --- src/app/utils/profiles.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/utils/profiles.ts b/src/app/utils/profiles.ts index cb4d24b..3f9968a 100644 --- a/src/app/utils/profiles.ts +++ b/src/app/utils/profiles.ts @@ -20,4 +20,9 @@ export const profiles: ProfileProps[] = [ name: "Satwik R Prabhu", quote: "I know where you live 🌝", }, + { + username: "swati-prabhu", + name: "Swati Prabhu", + quote: "Member of flc", + }, ];