Skip to content

Commit 073c5ac

Browse files
committed
Add class to align crate icon with crate name in heading
1 parent 3530d89 commit 073c5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/crate/version.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div id='crates-heading' data-test-heading>
44
<div class="wide">
55
<div class='info'>
6-
{{svg-jar "crate"}}
6+
{{svg-jar "crate" class='crate-icon'}}
77
<h1 data-test-crate-name>{{ crate.name }}</h1>
88
<h2 data-test-crate-version>{{ currentVersion.num }}</h2>
99
</div>

0 commit comments

Comments
 (0)