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

Commit 15fe7db

Browse files
committed
[contact] Update contact page options
1 parent 497bab8 commit 15fe7db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/contact.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ const StyledContactPage = styled.div`
7676
`
7777

7878
const subjects: string[] = [
79-
'Question about Gitpod\'s Plans / Pricing',
80-
'Student Unlimited: Get Verified as a Student',
79+
'Question about Gitpod Self-Hosted',
80+
'Question about Gitpod\'s Paid Plans',
8181
'Applying for Professional Open Source',
82-
'Applying for the Custom IDE Support Beta',
83-
'Applying for a Job at Gitpod',
82+
'Applying for the Custom IDE Beta',
83+
'Student Unlimited: Get Verified as a Student',
8484
'Other',
8585
]
8686

@@ -235,11 +235,11 @@ export default function ContactPage(props: any) {
235235
<div>
236236
<p style={{marginBottom: '.5rem'}}>Looking for help with a common request?</p>
237237
<ul>
238-
<li><a href="https://community.gitpod.io/">Get help from the Gitpod Community</a></li>
238+
<li><a href="https://www.gitpod.io/docs/professional-open-source/">Professional Open-Source eligibility</a></li>
239+
<li><a href="https://community.gitpod.io/">Ask the Gitpod Community</a></li>
239240
</ul>
240241
</div>
241242
<div style={{ flex: '0 0 100%', marginTop: '1.5rem' }}>
242-
<label style={{ display: 'block', marginBottom: 10 }}>How can we help?</label>
243243
<textarea
244244
name="message"
245245
className="form__textarea"

0 commit comments

Comments
 (0)