Skip to content

Commit 3dce14f

Browse files
committed
lint fix
1 parent ed39632 commit 3dce14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/crate-sidebar.gjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default class CrateSidebar extends Component {
6868
<time datetime={{dateFormatIso @version.created_at}} class='date' data-test-date-label>
6969
{{svgJar 'calendar'}}
7070
<span>
71-
<span class="_label">Last Updated</span>
71+
<span class='_label'>Last Updated</span>
7272
{{dateFormatDistanceToNow @version.created_at addSuffix=true}}
7373
<Tooltip @text={{dateFormat @version.created_at 'PPP'}} />
7474
</span>
@@ -112,7 +112,7 @@ export default class CrateSidebar extends Component {
112112
{{#if @version.crate_size}}
113113
<div class='bytes' data-test-byte-size-label>
114114
{{svgJar 'weight'}}
115-
<span class="_label">Size</span>
115+
<span class='_label'>Size</span>
116116
{{prettyBytes @version.crate_size}}
117117
</div>
118118
{{/if}}

0 commit comments

Comments
 (0)