Skip to content

Commit ecd9d18

Browse files
committed
png -> svg
1 parent bccdceb commit ecd9d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/dashboard.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h1>My Dashboard</h1>
66
<div id="stats">
77
<div class='downloads'>
8-
<img class="download" src="/assets/download.png"/>
8+
<img class="download" src="/assets/download.svg" />
99
<span class='num'>{{visibleStats.total_downloads}}</span>
1010
<span class='desc small'>Total Downloads</span>
1111
</div>

0 commit comments

Comments
 (0)