Skip to content

Commit cac3e2f

Browse files
authored
Website: add link to /meetups page (#25135)
Closes: #24974 Changes: - Added a link to the /meetups page to the website's header navigation (under the stories dropdown)
1 parent a80466a commit cac3e2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/views/layouts/layout.ejs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
<a purpose="mobile-dropdown-link" href="/testimonials">What people are saying</a>
188188
<a purpose="mobile-dropdown-link" href="/announcements">News</a>
189189
<a purpose="mobile-dropdown-link" href="/support">Ask around</a>
190+
<a purpose="mobile-dropdown-link" href="/meetups">Meetups</a>
190191
<span class="mt-2 mb-2">COMPANY</span>
191192
<div purpose="indented-mobile-links">
192193
<a purpose="mobile-dropdown-link" href="/handbook/company#history">Origins &nbsp; <small>(Fleet &amp; osquery)</small></a>
@@ -249,6 +250,7 @@
249250
<a class="dropdown-item" href="/announcements">News</a>
250251
<a class="dropdown-item" href="/support">Ask around</a>
251252
<a class="dropdown-item" href="/contact">Take a tour</a><!-- «« included here in the desktop hover nav because unlike the mobile nav (which has 'Take a tour' as a primary CTA), there is no option to do that on desktop from other pages otherwise -->
253+
<a class="dropdown-item" href="/meetups">Meetups</a>
252254
<span class="muted dropdown-header">COMPANY</span>
253255
<a class="dropdown-item" href="/handbook/company#history">Origins &nbsp; <small>(Fleet &amp; osquery)</small></a>
254256
<a class="dropdown-item" href="/handbook">The handbook</a>

0 commit comments

Comments
 (0)