diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index 35fde0718b..f214d4bee3 100644 --- a/src/app/files/file-explorer.js +++ b/src/app/files/file-explorer.js @@ -32,19 +32,19 @@ function fileExplorer (localRegistry, files, menuItems) { }, { action: 'publishToGist', title: 'Publish all [browser] explorer files to a github gist', - icon: 'fas fa-github' + icon: 'fab fa-github' }, { action: 'copyFiles', title: 'Copy all files to another instance of Remix IDE', - icon: 'fas fa-files-o' + icon: 'fas fa-copy' }, { action: 'uploadFile', title: 'Add Local file to the Browser Storage Explorer', - icon: 'fas fa-folder-open' + icon: 'far fa-folder-open' }, { action: 'updateGist', title: 'Update the current [gist] explorer', - icon: 'fas fa-github' + icon: 'fab fa-github' } ] // menu items diff --git a/src/app/tabs/runTab/recorder.js b/src/app/tabs/runTab/recorder.js index 459ce2b4d7..6461b97da5 100644 --- a/src/app/tabs/runTab/recorder.js +++ b/src/app/tabs/runTab/recorder.js @@ -25,7 +25,7 @@ class RecorderUI { this.runButton = yo`` this.recordButton = yo` - ` diff --git a/src/app/tabs/runTab/settings.js b/src/app/tabs/runTab/settings.js index 6c8366f8b6..e5483c9218 100644 --- a/src/app/tabs/runTab/settings.js +++ b/src/app/tabs/runTab/settings.js @@ -78,7 +78,7 @@ class SettingsUI {
{ startPipeline() }}>Pipeline
{ startDebugger() }}>Debugger
- +