Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/data/employeeImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { StaticImageData } from 'next/image';
import adityaKhatri from 'resources/employee/aditya.jpeg';
import amarShahi from 'resources/employee/amar.jpeg';
import ankitMehta from 'resources/employee/ankit.jpeg';
import barshaThakuri from 'resources/employee/barsha.jpeg';
import bimalSaud from 'resources/employee/bimal-saud.jpeg';
import kanchiTamang from 'resources/employee/kanchi.jpeg';
import keyurKhadka from 'resources/employee/keyur.jpeg';
Expand Down Expand Up @@ -39,7 +38,6 @@ const employeeImages: {
'tc-001': adityaKhatri,
'tc-013': amarShahi,
'tc-000': ankitMehta,
'tc-040': barshaThakuri,
'tc-005': safarLigal,
'tc-016': subinaRajopadhyaya,
'tc-058': keyurKhadka,
Expand Down
13 changes: 0 additions & 13 deletions src/data/employees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ type Department = 'development' | 'analysis' | 'operations';
export type EmployeeId = 'tc-001'
| 'tc-013'
| 'tc-000'
| 'tc-040'
| 'tc-063'
| 'tc-010'
| 'tc-023'
Expand Down Expand Up @@ -90,17 +89,6 @@ const ankitMehta: Employee = {
githubLink: 'https://github.com/frozenhelium/',
};

const barshaThakuri: Employee = {
id: 'tc-040',
name: 'Barsha Thakuri',
position: 'Developer',
funnyDescription: 'I\'ll be late for standup, My scotty is not starting',
description: 'Barsha loves adventures, traveling, hiking, visiting new places, and reading books. "Mountains are her happy place"',
department: 'development',
linkedInLink: 'https://www.linkedin.com/in/barshathakuri/',
instagramLink: 'https://www.instagram.com/barsha.thakuri/',
};

const keyurKhadka: Employee = {
id: 'tc-058',
name: 'Keyur Khadka',
Expand Down Expand Up @@ -389,7 +377,6 @@ const employees: Employee[] = [
keyurKhadka,
subinaRajopadhyay,
smritiKafle,
barshaThakuri,
prinishaBaidya,
rubyThapaliya,
nikaShakya,
Expand Down
Binary file removed src/resources/employee/barsha.jpeg
Binary file not shown.
Loading