Skip to content

Commit

Permalink
fix(header): remove size attributes from logo img
Browse files Browse the repository at this point in the history
Sizing properties are moved to the SVG.
  • Loading branch information
sebvilhelm committed Mar 16, 2020
1 parent ab9d1d8 commit 41e8d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<header class="header">
<div class="logo">
{{#link 'help_center'}}
<img width="37" height="37" src="{{settings.logo}}" alt="{{t 'home_page' name=help_center.name}}">
<img src="{{settings.logo}}" alt="{{t 'home_page' name=help_center.name}}">
{{/link}}
</div>
<div class="nav-wrapper">
Expand Down

0 comments on commit 41e8d7e

Please sign in to comment.