Skip to content

Commit

Permalink
Update login and registration links in header
Browse files Browse the repository at this point in the history
  • Loading branch information
trzcina authored Feb 2, 2024
1 parent ff0ae64 commit 1964201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
{% include ".icons/material/menu" ~ ".svg" %}
</label>
<a href="https://flotiq.com/request-a-demo/" target="_blank" class="nav-additional-element">Request a demo</a>
<a href="https://editor.flotiq.com/login.html" target="_blank" class="nav-additional-element">Log in</a>
<a href="https://editor.flotiq.com/register.html" target="_blank" class="nav-additional-element nav-button">Try Flotiq for free</a>
<a href="https://editor.flotiq.com/login" target="_blank" class="nav-additional-element">Log in</a>
<a href="https://editor.flotiq.com/register" target="_blank" class="nav-additional-element nav-button">Try Flotiq for free</a>
</div>
</nav>

Expand Down

0 comments on commit 1964201

Please sign in to comment.