We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbdcec commit af1fc05Copy full SHA for af1fc05
apps/remix-ide/src/app/ui/landing-page/landing-page.js
@@ -509,7 +509,7 @@ export class LandingPage extends ViewPlugin {
509
<span class="ml-1 ${css.text}" onclick=${() => connectToLocalhost()}>Connect to Localhost</span>
510
</p>
511
<p class="mb-1">
512
- <i class="mr-1 far fa-file"></i>
+ <i class="mr-1 fas fa-download""></i>
513
<span class="ml-1 mb-1 ${css.text}" onclick=${() => downloadFiles()}>Download all Files</span>
514
515
<p class="mt-3 mb-0"><label>IMPORT FROM:</label></p>
0 commit comments