Skip to content

Commit

Permalink
Add class to align crate icon with crate name in heading
Browse files Browse the repository at this point in the history
  • Loading branch information
p-jackson committed Jan 23, 2019
1 parent 3530d89 commit 073c5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/crate/version.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id='crates-heading' data-test-heading>
<div class="wide">
<div class='info'>
{{svg-jar "crate"}}
{{svg-jar "crate" class='crate-icon'}}
<h1 data-test-crate-name>{{ crate.name }}</h1>
<h2 data-test-crate-version>{{ currentVersion.num }}</h2>
</div>
Expand Down

0 comments on commit 073c5ac

Please sign in to comment.