Skip to content

Commit

Permalink
fix(user-profile): Remove accidental indentation + space
Browse files Browse the repository at this point in the history
  • Loading branch information
Anifacted committed Aug 31, 2020
1 parent d86db46 commit 0951454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/user_profile_page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{#is category_slug "titles"}}
<span class="community-badge community-badge-{{category_slug}}" title="{{description}}">
{{#if icon_url}}
<img src="{{icon_url}}" alt="" />
<img src="{{icon_url}}" alt="" />
{{/if}}
{{name}}
</span>
Expand Down Expand Up @@ -316,7 +316,7 @@
<ul class="profile-contribution-list profile-{{current_filter.identifier}}">
{{#each contributions}}

<li class="profile-contribu tion">
<li class="profile-contribution">
<span class="profile-contribution-icon" aria-hidden="true">
{{#is object_type "article"}}
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" focusable="false" viewBox="0 0 12 12">
Expand Down

0 comments on commit 0951454

Please sign in to comment.