Skip to content

Commit 3577513

Browse files
Update header.html
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.
1 parent 0edb62b commit 3577513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</div>
2828
</div>
2929
<a class="hidden lg:flex group flex-row items-center px-4" href="https://redis.io/docs/"><span
30-
class="group-hover:font-bold">Docs</span></a>
30+
class="font-bold">Docs</span></a>
3131
<a class="hidden lg:flex group flex-row items-center px-4" href="https://redis.io/pricing/"><span
3232
class="group-hover:font-bold">Pricing</span></a>
3333
</div>
@@ -110,4 +110,4 @@
110110
document.getElementById(page + 'Page').classList.remove('hidden');
111111
}
112112
}
113-
</script>
113+
</script>

0 commit comments

Comments
 (0)