Skip to content

Commit bb4f8bb

Browse files
Update home.html to fix API link on mobile
1 parent 4485b88 commit bb4f8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
5252
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/integrate'>Libraries and tools</a></li>
5353
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/operate'>Redis products</a></li>
5454
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/commands'>Commands</a></li>
55-
<li><a class="py-2 hover:underline hover:text-redis-pen-600">APIs</a></li>
55+
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/commands'>APIs</a></li>
5656
</ul>
5757
</div>
5858
</div>

0 commit comments

Comments
 (0)