Skip to content

Commit

Permalink
fix: [sc-3334] update header template
Browse files Browse the repository at this point in the history
  • Loading branch information
tf-currenxie committed Jan 11, 2022
1 parent 9eb6b08 commit 846f428
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions templates/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<header class="header">
<div class="header-content">
<div class="logo">
{{#link 'help_center'}}
<a class="logo-link" href="https://www.currenxie.com/" target="_blank">
<svg width="1467px" height="231px" viewBox="0 0 1467 231" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
Expand All @@ -25,11 +24,10 @@
</g>
</g>
</svg>
{{#if settings.show_brand_name}}
<span aria-hidden="true">{{help_center.name}}</span>
{{/if}}
</a>
{{#if settings.show_brand_name}}
<span aria-hidden="true">{{help_center.name}}</span>
{{/if}}
{{/link}}
</div>
<div class="nav-wrapper">
<nav class="user-nav" id="user-nav">
Expand Down

0 comments on commit 846f428

Please sign in to comment.