Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
noticed that folks are still clicking the Docs menu at the top when they are already in the docs --probably because it isn't bold font and it changes to bold on hover. So, this PR should make it appear bold all the time.
  • Loading branch information
mich-elle-luna authored Feb 25, 2025
1 parent 0edb62b commit 3577513
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 3577513

Please sign in to comment.