Skip to content

Commit 4e4542b

Browse files
Merge pull request #1216 from redis/bold-font-Docs-menu
Update header.html
2 parents 0edb62b + 3577513 commit 4e4542b

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)