@@ -22,12 +22,10 @@ export type EmployeeId = 'tc-001'
2222| 'tc-005'
2323| 'tc-064'
2424| 'tc-059'
25- | 'tc-021'
2625| 'tc-062'
2726| 'tc-061'
2827| 'tc-055'
2928| 'tc-016'
30- | 'tc-065'
3129| 'tc-066'
3230| 'tc-068'
3331| 'tc-069'
@@ -38,7 +36,8 @@ export type EmployeeId = 'tc-001'
3836| 'tc-077'
3937| 'tc-079'
4038| 'tc-080'
41- | 'tc-081' ;
39+ | 'tc-081'
40+ | 'tc-082' ;
4241
4342export interface Employee {
4443 id : EmployeeId ;
@@ -254,16 +253,6 @@ const rubyThapaliya: Employee = {
254253 facebookLink : 'https://www.facebook.com/profile.php?id=100007191255458' ,
255254} ;
256255
257- const shristiManandhar : Employee = {
258- id : 'tc-021' ,
259- name : 'Shristi Manandhar' ,
260- position : 'Data Analyst' ,
261- description : 'I love watching Anime and Korean dramas. Also; Happily introverted :P. People say that I am hard worker and a team player :)' ,
262- funnyDescription : 'Ma ghar janalaho k' ,
263- department : 'analysis' ,
264- instagramLink : 'https://www.instagram.com/shristee/' ,
265- } ;
266-
267256const shreeyashShrestha : Employee = {
268257 id : 'tc-059' ,
269258 name : 'Shreeyash Laya La Shrestha' ,
@@ -298,17 +287,6 @@ const ranjanShrestha: Employee = {
298287 linkedInLink : 'https://www.linkedin.com/in/ranjan-shrestha-25779164/' ,
299288} ;
300289
301- const praneshShrestha : Employee = {
302- id : 'tc-065' ,
303- name : 'Pranesh Shrestha' ,
304- position : 'UI/UX Designer' ,
305- description : 'Hello, I am Pranesh and I have an attention span of a 2-year-old.' ,
306- funnyDescription : 'Ma mid-level QA ho k!!' ,
307- department : 'development' ,
308- facebookLink : 'https://www.facebook.com/pranesh.shrestha.501/' ,
309- instagramLink : 'https://www.instagram.com/pranesh_chaa' ,
310- } ;
311-
312290const pratikshyaBhattarai : Employee = {
313291 id : 'tc-066' ,
314292 name : 'Pratikshya Bhattarai' ,
@@ -389,6 +367,18 @@ const cyrusShrestha: Employee = {
389367 githubLink : 'https://github.com/crsstha' ,
390368} ;
391369
370+ const safalShrestha : Employee = {
371+ id : 'tc-082' ,
372+ name : 'Safal Shrestha' ,
373+ position : 'UI/UX Designer' ,
374+ description : 'Designing clean and user-friendly experiences by day, gaming by night and occasionally judging the UI of both.' ,
375+ department : 'development' ,
376+ linkedInLink : 'https://www.linkedin.com/in/safalxtha/' ,
377+ facebookLink : 'https://www.facebook.com/safalshrestha619' ,
378+ instagramLink : 'https://www.instagram.com/safal_xtha/' ,
379+
380+ } ;
381+
392382const employees : Employee [ ] = [
393383 ankitMehta ,
394384 adityaKhatri ,
@@ -409,10 +399,8 @@ const employees: Employee[] = [
409399 sadikshyaHamal ,
410400 kanchiTamang ,
411401 champaDeviChaudhary ,
412- shristiManandhar ,
413402 rupRanjanshi ,
414403 ranjanShrestha ,
415- praneshShrestha ,
416404 pratikshyaBhattarai ,
417405 babinKarmacharya ,
418406 sushilTiwari ,
@@ -421,6 +409,7 @@ const employees: Employee[] = [
421409 ashmitaPaudel ,
422410 lekhnathKhanal ,
423411 cyrusShrestha ,
412+ safalShrestha ,
424413] ;
425414
426415export default employees ;
0 commit comments