Skip to content

Commit fba21e1

Browse files
authored
fix(menu): misc link fixes and sync destinations (#3)
* Update label from JSF to OpenJSF, follows-up 50cbaf8. * Update support/evenets links to match current jquery.com. * Remove "Plugins" from global nav, since it's merely a self-link here and likely not to stay on the main sites. Ref jquery/infrastructure-puppet#29
1 parent 8971a33 commit fba21e1

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

_includes/menu.njk

+4-13
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<nav class="fixed top-[34px] inset-x-0 bottom-0 bg-gray-dark text-white py-4 lg:relative lg:inset-auto lg:bg-transparent lg:p-0 lg:opacity-100 lg:transform-none peer-checked/menu:opacity-100 peer-checked/menu:transform-none opacity-0 translate-x-full transition-[opacity,transform] overflow-y-auto lg:overflow-visible">
22
<ul class="lg:flex lg:flex-row lg:border-l lg:border-l-white/10 lg:border-r lg:border-r-gray-dark">
3-
<li>
4-
<a href="/" class="link-nav">Plugins</a>
5-
</li>
63
<li class="dropdown">
74
<a href="https://contribute.jquery.org/" class="link-nav">Contribute</a>
85
<ul class="pl-4 lg:p-0">
@@ -27,30 +24,24 @@
2724
</ul>
2825
</li>
2926
<li>
30-
<a href="https://js.foundation/events" class="link-nav">Events</a>
27+
<a href="https://events.jquery.org/" class="link-nav">Events</a>
3128
</li>
3229
<li class="dropdown">
33-
<a href="https://jquery.org/support/" class="link-nav">Support</a>
30+
<a href="https://jquery.com/support/" class="link-nav">Support</a>
3431
<ul>
3532
<li>
3633
<a href="https://learn.jquery.com/" class="link-nav">Learning Center</a>
3734
</li>
3835
<li>
39-
<a href="https://irc.jquery.org/" class="link-nav">IRC/Chat</a>
40-
</li>
41-
<li>
42-
<a href="https://forum.jquery.com/" class="link-nav">Forums</a>
36+
<a href="https://jquery.com/support/" class="link-nav">Chat</a>
4337
</li>
4438
<li>
4539
<a href="https://stackoverflow.com/tags/jquery/info" class="link-nav">Stack Overflow</a>
4640
</li>
47-
<li>
48-
<a href="https://jquery.org/support/" class="link-nav">Commercial Support</a>
49-
</li>
5041
</ul>
5142
</li>
5243
<li class="dropdown">
53-
<a href="https://openjsf.org/" class="link-nav">JS Foundation</a>
44+
<a href="https://openjsf.org/" class="link-nav">OpenJS Foundation</a>
5445
<ul class="pl-4 lg:p-0">
5546
<li>
5647
<a href="https://openjsf.org/join" class="link-nav">Join</a>

0 commit comments

Comments
 (0)