You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<apurpose="sidebar-link"href="/contact"><imgalt="Talk to us"src="/images/[email protected]"> Talk to us</a>
64
+
<apurpose="sidebar-link"href="/contact"><imgalt="Talk to an engineer"src="/images/[email protected]"> Talk to an engineer</a>
65
65
<divpurpose="edit-link">
66
66
<apurpose="sidebar-link":href="'https://github.com/fleetdm/fleet/edit/main/articles/'+thisPage.sectionRelativeRepoPath"> <imgsrc="/images/[email protected]"alt="Suggest an edit">Suggest an edit</a>
<divpurpose="switch-option":class="[formToDisplay === 'talk-to-us' ? 'selected' : '']"@click="clickSwitchForms('talk-to-us')">Talk to us</div>
10
+
<divpurpose="switch-option":class="[formToDisplay === 'talk-to-us' ? 'selected' : '']"@click="clickSwitchForms('talk-to-us')">Talk to an engineer</div>
11
11
<divpurpose="switch-option":class="[formToDisplay === 'contact' ? 'selected' : '']"@click="clickSwitchForms('contact')">Send a message</div>
Copy file name to clipboardExpand all lines: website/views/pages/software-management.ejs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<h1>Manage software consistently</h1>
7
7
<ppurpose="hero-text">Pick from a curated app library or upload your own custom packages. Configure custom installation scripts if you need or let Fleet do it for you.</p>
0 commit comments