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

Fix capitalization mistake in careers #1028

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 1 addition & 1 deletion src/pages/careers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ const Careers = ({data}: any) => (
<div className="pattern-bg">
<div className="row">
<div className="no-fit">
<p>If no current Job offer fits your qualifications, but you're totally in love with Gitpod and want to help us improving it, please send your application at <a href="mailto:[email protected]">[email protected]</a> anyway.</p>
<p>If no current job offer fits your qualifications, but you're totally in love with Gitpod and want to help us improving it, please send your application at <a href="mailto:[email protected]">[email protected]</a> anyway.</p>
<p><strong>We're curious to hear about you.</strong></p>
</div>
</div>
Expand Down