Skip to content

Commit 977728f

Browse files
committed
feat(job-offers): add Full-Stack Developer position and update location type
1 parent ac59785 commit 977728f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/types/jobOffers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface Company {
1212
export interface Offer {
1313
id: string;
1414
title: string;
15-
location: string;
15+
location: "Hybrid" | "Remote" | "Onsite";
1616
text: string;
1717
url: string;
1818
}

src/views/JobOffers/JobsData.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ export const jobOffers: Company[] = [
8686
location: "Hybrid",
8787
url: "https://grnh.se/883ec4c92us",
8888
},
89+
{
90+
id: "ba549acc-fcb2-48e4-b5f5-4a9a92da2d50",
91+
title: "Full-Stack Developer, Tech Core, Internal Tools",
92+
text: "We’re looking for a Fullstack Developer who can build internal systems that matter. You’ll work across different domains, connect with third-party platforms, and help improve how our support, sales, and product teams operate day to day. If you're confident across the stack (ours includes PHP, JS (React/Redux), PostgreSQL, ElasticSearch, Redis, AWS), we’d love to meet you.",
93+
location: "Hybrid",
94+
url: "https://grnh.se/6765cd942us",
95+
},
8996
],
9097
},
9198
];

0 commit comments

Comments
 (0)