Skip to content

Commit 6bacf93

Browse files
committed
CrateRow: Use Tooltip component
1 parent 4454dc7 commit 6bacf93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/components/crate-row.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<span>
2929
<span>
3030
All-Time:
31-
<EmberTooltip @text="Total number of downloads"/>
31+
<Tooltip @text="Total number of downloads"/>
3232
</span>
3333
{{ format-num @crate.downloads }}
3434
</span>
@@ -38,7 +38,7 @@
3838
<span>
3939
<span>
4040
Recent:
41-
<EmberTooltip @text="Downloads in the last 90 days"/>
41+
<Tooltip @text="Downloads in the last 90 days"/>
4242
</span>
4343
{{ format-num @crate.recent_downloads }}
4444
</span>
@@ -48,11 +48,11 @@
4848
<span>
4949
<span>
5050
Updated:
51-
<EmberTooltip @text="The last time the crate was updated" />
51+
<Tooltip @text="The last time the crate was updated" />
5252
</span>
5353
<time datetime="{{date-format-iso @crate.updated_at}}" data-test-updated-at>
5454
{{date-format-distance-to-now @crate.updated_at addSuffix=true}}
55-
<EmberTooltip @text={{ @crate.updated_at }}/>
55+
<Tooltip @text={{ @crate.updated_at }}/>
5656
</time>
5757
</span>
5858
</div>

0 commit comments

Comments
 (0)