Skip to content

Commit

Permalink
Fix header button
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill committed Jul 13, 2022
1 parent e9bc997 commit 4b31676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
<button class="button">Sign In</button>
</a>
</div>
<div class="navbar-item">
<div class="navbar-item try-free">
<a href="{{{page.attributes.cloud-console}}}sign-up" onclick="window.open(this.href,'_blank');return false;">
<button class="button green">Try Free</button>
</a>
</div>
{{else}}
<div class="navbar-item try-free"></div>
<div class="navbar-item"></div>
<a href="https://hazelcast.com/get-started" onclick="window.open(this.href,'_blank');return false;">
<button class="button">Get Hazelcast</button>
</a>
Expand Down

0 comments on commit 4b31676

Please sign in to comment.