mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
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:
parent
121671a7e8
commit
6fe59c8cf4
1 changed files with 0 additions and 1 deletions
1
website/views/pages/contact.ejs
vendored
1
website/views/pages/contact.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue