Skip to content

Commit

Permalink
Update home.html to fix API link on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mich-elle-luna authored Jan 8, 2025
1 parent 4485b88 commit bb4f8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/integrate'>Libraries and tools</a></li>
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/operate'>Redis products</a></li>
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/commands'>Commands</a></li>
<li><a class="py-2 hover:underline hover:text-redis-pen-600">APIs</a></li>
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/commands'>APIs</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit bb4f8bb

Please sign in to comment.