Skip to content

Commit 95c8143

Browse files
Update header.html
fix link target for try-free button
1 parent 4d6b162 commit 95c8143

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
@@ -51,7 +51,7 @@
5151
</button>
5252
<a class="hidden lg:block py-1 transition-colors hover:text-redis-red-500" href="https://app.redislabs.com/">Login</a>
5353
<a class="hidden lg:block py-1 transition-colors hover:text-redis-red-500" href="https://redis.io/meeting/">Book a meeting</a>
54-
<a class="hidden lg:inline-flex transition-colors hover:duration-0 duration-500 ease-out items-center justify-center bg-redis-red-500 hover:bg-redis-yellow-500 hover:text-midnight-900 h-full px-[27px]" href="https://redis.com/try-free/">Try Redis</a>
54+
<a class="hidden lg:inline-flex transition-colors hover:duration-0 duration-500 ease-out items-center justify-center bg-redis-red-500 hover:bg-redis-yellow-500 hover:text-midnight-900 h-full px-[27px]" href="https://redis.io/try-free/">Try Redis</a>
5555
<button data-menu-toggle aria-expanded="false" type="button" class="menu-toggle lg:hidden p-1 mt-1 transition-colors hover:text-redis-red-500">
5656
<span class="sr-only">Open main menu</span>
5757
{{ partial "icons/hamburger.html" }}
@@ -140,4 +140,4 @@
140140
document.getElementById(page + 'Page').classList.remove('hidden');
141141
}
142142
}
143-
</script>
143+
</script>

0 commit comments

Comments
 (0)