Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 8071854

Browse files
authored
[career] use "career@" as email (#756)
1 parent 54d67c5 commit 8071854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/careers/ExpandableJob.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const ExpandableJob = ({ title, intro, paragraphs, lists, textAfterTheLists, ren
9090
{ lists.map((item, i) => <List key={i + item.title} {...item} />) }
9191
<p className="after">{textAfterTheLists}</p>
9292
<a
93-
href={`mailto:contact@typefox.io?subject=Application as ${title}`}
93+
href={`mailto:career@gitpod.io?subject=Application as ${title}`}
9494
target="_blank"
9595
className="btn btn--cta"
9696
>

0 commit comments

Comments
 (0)