Skip to content

Commit 7b96ec3

Browse files
Update products-dropdown.html
1 parent 2dece45 commit 7b96ec3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

layouts/partials/header/products-dropdown.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<div class="lg:w-60">
33
<div class="flex flex-col gap-4">
44
<h3 class="uppercase font-mono mb-2">Products</h3>
5+
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
56
<a class="flex flex-col group/link" href="https://redis.io/docs/latest/get-started">
67
<span class="group-hover/link:text-redis-red-500 tracking-tight">Community Edition</span><span class="text-redis-pen-600 font-sans font-medium">In-memory database for caching and streaming</span>
78
</a>
@@ -11,7 +12,7 @@ <h3 class="uppercase font-mono mb-2">Products</h3>
1112
<a class="flex flex-col group/link" href="https://redis.io/enterprise">
1213
<span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Software</span><span class="text-redis-pen-600 font-sans font-medium">Self-managed software with additional compliance, reliability, and resiliency for enterprise scaling</span>
1314
</a>
14-
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }}
15+
1516
</div>
1617
</div>
1718
<div class="lg:w-60">
@@ -23,14 +24,17 @@ <h3 class="uppercase font-mono mb-2"> </h3>
2324
<a class="flex flex-col group/link" href="https://redis.io/data-integration/">
2425
<span class="group-hover/link:text-redis-red-500 tracking-tight">RDI</span>
2526
</a>
26-
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
27+
<div class="flex flex-col gap-4">
2728
<h3 class="uppercase font-mono mb-2">Tools</h3>
29+
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
2830
<a class="flex flex-col group/link" href="https://redis.io/insight">
2931
<span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Insight</span>
3032
</a>
3133
<a class="flex flex-col group/link" href="https://redis.io/clients">
3234
<span class="group-hover/link:text-redis-red-500 tracking-tight">Clients & Connectors</span>
3335
</a>
36+
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }}
37+
</div>
3438
</div>
3539
</div>
3640
</div>

0 commit comments

Comments
 (0)