Skip to content

Commit e61b2a3

Browse files
Update header.html
1 parent 74cf61a commit e61b2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
<div class="group h-full px-2 xl:px-[14px]">
2020
<div class="flex flex-row h-full ml-2 items-center cursor-pointer w-[10ch]">
21-
<span class="inline-block group-hover:font-bold">Learn</span>
21+
<span class="hidden lg:flex inline-block group-hover:font-bold">Learn</span>
2222
<span class="inline-block ml-2 mt-1 text-redis-red-500 group-hover:rotate-180 transition-all ease-in-out duration-200">{{ partial "icons/caret.html" }}</span>
2323
</div>
2424
{{ partial "header/learn-dropdown.html" . }}

0 commit comments

Comments
 (0)