|
6 | 6 | </a> |
7 | 7 | <div class="h-full flex items-center mx-4 grow"> |
8 | 8 | <div class="hidden lg:flex flex-row h-full items-center"> |
9 | | - <div class="group h-full px-2 xl:px-[14px]"> |
10 | 9 | <div class="flex flex-row h-full items-center cursor-pointer w-[10ch] justify-between"> |
11 | 10 | <span class="inline-block group-hover:font-bold">Products</span> |
12 | 11 | <span class="inline-block ml-2 mt-1 text-redis-red-500 group-hover:rotate-180 transition-all ease-in-out duration-200">{{ partial "icons/caret.html" }}</span> |
13 | 12 | </div> |
14 | 13 | {{ partial "header/products-dropdown.html" . }} |
15 | 14 | <div class="group h-full px-2 xl:px-[14px]"> |
16 | 15 | <div class="flex flex-row h-full ml-2 items-center cursor-pointer w-[10ch]"> |
17 | | - <span class="inline-block group-hover:font-bold">Learn</span> |
| 16 | + <span class="inline-block group-hover:font-bold">Resources</span> |
18 | 17 | <span class="inline-block ml-2 mt-1 text-redis-red-500 group-hover:rotate-180 transition-all ease-in-out duration-200">{{ partial "icons/caret.html" }}</span> |
19 | 18 | </div> |
20 | 19 | {{ partial "header/learn-dropdown.html" . }} |
|
65 | 64 | </div> |
66 | 65 | <div id="headerMenu" class="mt-16"> |
67 | 66 | <div class="flex flex-row gap-6 px-4 py-6"> |
68 | | - <a class="group flex-row items-center" href="https://redis.io/"><span class="group-hover:font-bold group-hover:tracking-tight">Why Redis</span></ |
69 | 67 | <button class="flex flex-row h-full cursor-pointer items-center group" onclick="openPage('products')"> |
70 | 68 | <span class="inline-block group-hover:font-bold group-hover:tracking-tight">Products</span><span class="inline-block ml-2 text-redis-red-500 -rotate-90 mt-1">{{ partial "icons/caret.html" }}</span> |
71 | 69 | </button> |
72 | 70 | <button class="flex flex-row h-full cursor-pointer items-center group" onclick="openPage('learn')"> |
73 | | - <span class="inline-block group-hover:font-bold group-hover:tracking-tight">Learn</span><span class="inline-block text-redis-red-500 -rotate-90 mt-1">{{ partial "icons/caret.html" }}</span> |
| 71 | + <span class="inline-block group-hover:font-bold group-hover:tracking-tight">Resources</span><span class="inline-block text-redis-red-500 -rotate-90 mt-1">{{ partial "icons/caret.html" }}</span> |
74 | 72 | </button> |
75 | 73 | <a class="group flex-row items-center" href="https://redis.io/docs/latest/"><span class="group-hover:font-bold group-hover:tracking-tight">Docs</span></a> |
76 | 74 | <a class="group flex-row items-center" href="https://redis.io/pricing"><span class="group-hover:font-bold group-hover:tracking-tight">Pricing</span></a> |
|
0 commit comments