Skip to content

Commit

Permalink
Remove the wrong funnel class from hg logo (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram authored Oct 19, 2020
1 parent 4df6974 commit 9152c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/templates/layout.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
{%- endif %}
{%- else -%}
<a href="{{ url_for('index') }}" class="header__site-title__title__home mui--hidden-xs mui--hidden-sm" data-cy="home-desktop" data-action="Home" aria-label="Home">
<img src="/static/img/hg-logo.svg" class="header__site-title__home__logo header__site-title__home__logo--funnel"/>
<img src="/static/img/hg-logo.svg" class="header__site-title__home__logo"/>
</a>
<a href="/about" class="logo-about"><span class="emoji-hand" aria-label="hidden">{{ faicon(icon='hand-point-down', icon_size='subhead', baseline=false, css_class='mui--align-middle') }} </span>{% trans %}What’s this about?{% endtrans %} </a>
<a href="{{ url_for('index') }}" class="header__nav-links mui--hidden-md mui--hidden-lg mui--hidden-xl {% if current_view.current_section == 'home' %}header__nav-links--active{% endif %}" aria-label="Home" data-cy="home" data-action="Home">
Expand Down

0 comments on commit 9152c67

Please sign in to comment.