We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3085478 commit 0931169Copy full SHA for 0931169
layouts/partials/header.html
@@ -23,9 +23,11 @@
23
</div>
24
{{ partial "header/learn-dropdown.html" . }}
25
26
+ <div class="group h-full px-2 xl:px-[14px]">
27
<a class="hidden lg:flex group flex-row items-center" href="https://redis.io/docs/latest/"><span class="group-hover:font-bold">Docs</span></a>
28
<a class="hidden lg:flex group flex-row items-center ml-2 pl-4 xl:pl-[14px]" href="https://redis.io/pricing"><span class="group-hover:font-bold">Pricing</span></a>
29
30
+ </div>
31
32
33
<div class="h-full flex gap-[18px] xl:gap-7 items-center text-center">
0 commit comments