Skip to content

Commit 2962a88

Browse files
Update header.html
1 parent e023236 commit 2962a88

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

layouts/partials/header.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
</a>
77
<div class="h-full flex items-center mx-4 grow">
88
<div class="hidden lg:flex flex-row h-full items-center">
9-
<div class="group h-full px-2 xl:px-[14px]">
109
<div class="flex flex-row h-full items-center cursor-pointer w-[10ch] justify-between">
1110
<span class="inline-block group-hover:font-bold">Products</span>
1211
<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>
1312
</div>
1413
{{ partial "header/products-dropdown.html" . }}
1514
<div class="group h-full px-2 xl:px-[14px]">
1615
<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>
1817
<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>
1918
</div>
2019
{{ partial "header/learn-dropdown.html" . }}
@@ -65,12 +64,11 @@
6564
</div>
6665
<div id="headerMenu" class="mt-16">
6766
<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></
6967
<button class="flex flex-row h-full cursor-pointer items-center group" onclick="openPage('products')">
7068
<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>
7169
</button>
7270
<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>
7472
</button>
7573
<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>
7674
<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

Comments
 (0)