Skip to content

Commit af1fc05

Browse files
committed
changed the icon for download
1 parent 3dbdcec commit af1fc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/ui/landing-page/landing-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ export class LandingPage extends ViewPlugin {
509509
<span class="ml-1 ${css.text}" onclick=${() => connectToLocalhost()}>Connect to Localhost</span>
510510
</p>
511511
<p class="mb-1">
512-
<i class="mr-1 far fa-file"></i>
512+
<i class="mr-1 fas fa-download""></i>
513513
<span class="ml-1 mb-1 ${css.text}" onclick=${() => downloadFiles()}>Download all Files</span>
514514
</p>
515515
<p class="mt-3 mb-0"><label>IMPORT FROM:</label></p>

0 commit comments

Comments
 (0)