Skip to content

Commit b37d040

Browse files
Update products-dropdown.html
1 parent 1588168 commit b37d040

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

layouts/partials/header/products-dropdown.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,16 @@ <h3 class="uppercase font-mono mb-2">Products</h3>
1414
</a>
1515

1616
</div>
17-
18-
<div class="lg:w-60">
17+
</div>
1918
<div class="flex flex-col gap-4">
20-
<h3 class="uppercase font-mono mb-2"> </h3>
2119
<a class="flex flex-col group/link" href="https://redis.io/solutions/vector-search/">
2220
<span class="group-hover/link:text-redis-red-500 tracking-tight">Vector database</span>
2321
</a>
2422
<a class="flex flex-col group/link" href="https://redis.io/data-integration/">
2523
<span class="group-hover/link:text-redis-red-500 tracking-tight">RDI</span>
2624
</a>
2725
</div>
28-
</div>
29-
</div>
26+
3027
<div class="lg:w-60 bg-gray-100">
3128
<div class="flex flex-col gap-4">
3229
<h3 class="uppercase font-mono mb-2">Tools</h3>

0 commit comments

Comments
 (0)