Skip to content

Commit

Permalink
Merge pull request #1216 from redis/bold-font-Docs-menu
Browse files Browse the repository at this point in the history
Update header.html
  • Loading branch information
mich-elle-luna authored Feb 25, 2025
2 parents 0edb62b + 3577513 commit 4e4542b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
</div>
<a class="hidden lg:flex group flex-row items-center px-4" href="https://redis.io/docs/"><span
class="group-hover:font-bold">Docs</span></a>
class="font-bold">Docs</span></a>
<a class="hidden lg:flex group flex-row items-center px-4" href="https://redis.io/pricing/"><span
class="group-hover:font-bold">Pricing</span></a>
</div>
Expand Down Expand Up @@ -110,4 +110,4 @@
document.getElementById(page + 'Page').classList.remove('hidden');
}
}
</script>
</script>

0 comments on commit 4e4542b

Please sign in to comment.