Skip to content

Commit 43ac24b

Browse files
Update header.html
1 parent ed6fd81 commit 43ac24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<span class="inline-block ml-1 mt-1 text-redis-red-500 group-hover:rotate-180 transition-all ease-in-out duration-200">{{ partial "icons/caret.html" }}</span>
2323
</div>
2424
{{ partial "header/learn-dropdown.html" . }}
25-
<a class="hidden lg:flex group flex-row items-center gap-1" href="https://redis.io/docs/latest/"><span class="group-hover:font-bold">Docs</span></a>
25+
</div>
26+
<a class="hidden lg:flex group flex-row items-left gap-1" href="https://redis.io/docs/latest/"><span class="group-hover:font-bold">Docs</span></a>
2627
<a class="hidden lg:flex group flex-row items-center pl-2 xl:pl-[14px]" href="https://redis.io/pricing"><span class="group-hover:font-bold">Pricing</span></a>
27-
</div>
2828
</div>
2929
</div>
3030

0 commit comments

Comments
 (0)