Skip to content

Commit d7f6a94

Browse files
Update products-dropdown.html
1 parent 1829849 commit d7f6a94

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

layouts/partials/header/products-dropdown.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ <h3 class="uppercase font-mono mb-2">Products</h3>
1111
</a>
1212
<a class="flex flex-col group/link" href="https://redis.io/enterprise">
1313
<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>
14-
</a>
15-
</div>
14+
</a>
15+
16+
</div>
17+
</div>
18+
<div class="lg:w-60">
1619
<div class="flex flex-col gap-4">
1720
<h3 class="uppercase font-mono mb-2"> </h3>
1821
<a class="flex flex-col group/link" href="https://redis.io/solutions/vector-search/">
@@ -21,9 +24,9 @@ <h3 class="uppercase font-mono mb-2"> </h3>
2124
<a class="flex flex-col group/link" href="https://redis.io/data-integration/">
2225
<span class="group-hover/link:text-redis-red-500 tracking-tight">RDI</span>
2326
</a>
24-
</div>
25-
<div class="lg:w-60">
26-
<div class="flex flex-col gap-4">
27+
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
28+
<div class="lg:w-60">
29+
<div class="flex flex-col gap-4">
2730
<h3 class="uppercase font-mono mb-2">Tools</h3>
2831
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
2932
<a class="flex flex-col group/link" href="https://redis.io/insight">
@@ -37,4 +40,3 @@ <h3 class="uppercase font-mono mb-2">Tools</h3>
3740
</div>
3841
</div>
3942
</div>
40-
</div>

0 commit comments

Comments
 (0)