Website: Remove duplicate heading on contact form (#39404)

Changes:
- Removed a duplicated heading on the "Apply for an open position" form
This commit is contained in:
Eric 2026-02-05 11:17:55 -06:00 committed by GitHub
parent 121671a7e8
commit 6fe59c8cf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,6 @@
</div>
<div v-else-if="formToDisplay === 'apply'">
<h2 purpose="application-form-heading" v-if="formToDisplay === 'apply'">Apply for an open position</h2>
<h2>Request a workshop</h2>
</div>
<div v-else-if="formToDisplay === 'gitops-workshop-request'">
<h2 class="mb-3">Request a workshop</h2>