Skip to content

Commit 3962e74

Browse files
Update products-dropdown.html
1 parent 203b8fb commit 3962e74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

layouts/partials/header/products-dropdown.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ <h3 class="uppercase font-mono mb-2"> </h3>
2424
<a class="flex flex-col group/link" href="https://redis.io/data-integration/">
2525
<span class="group-hover/link:text-redis-red-500 tracking-tight">RDI</span>
2626
</a>
27-
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
27+
28+
</div>
29+
</div>
2830
<div class="lg:w-60">
2931
<div class="flex flex-col gap-4">
3032
<h3 class="uppercase font-mono mb-2">Tools</h3>
@@ -35,6 +37,7 @@ <h3 class="uppercase font-mono mb-2">Tools</h3>
3537
<a class="flex flex-col group/link" href="https://redis.io/clients">
3638
<span class="group-hover/link:text-redis-red-500 tracking-tight">Clients & Connectors</span>
3739
</a>
40+
<h3 class="uppercase font-mono mb-12">Get Redis</h3>
3841
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }}
3942
</div>
4043
</div>

0 commit comments

Comments
 (0)