Skip to content

Commit

Permalink
swap username and profile picin hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Suuuuha committed Apr 12, 2017
1 parent 917c4ee commit 30f321e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partials/header.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<header class="members-header container">
{{#if username}}
<div class="user-info">
<strong>{{username}}</strong>
<img src="{{avatar_url}}" alt="{{username}}'s profile picture">
<strong>{{username}}</strong>
</div>
{{/if}}
<h1>{{title}}</h1>
Expand Down

0 comments on commit 30f321e

Please sign in to comment.