From b909ccc6adcea1922ff4ad199c9233f8fefcce93 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Wed, 17 Apr 2019 22:44:45 +0200 Subject: [PATCH] updating icons for branding (fab) and replacing outline icons (now not free) with solid ones( which are free). --- src/app/files/file-explorer.js | 8 ++++---- src/app/tabs/runTab/recorder.js | 2 +- src/app/tabs/runTab/settings.js | 2 +- src/app/ui/landing-page/landing-page.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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 {
${copyToClipboard(() => document.querySelector('#runTabView #txorigin').value)} - +
` diff --git a/src/app/ui/landing-page/landing-page.js b/src/app/ui/landing-page/landing-page.js index 28e5e77bb6..1650f8cd74 100644 --- a/src/app/ui/landing-page/landing-page.js +++ b/src/app/ui/landing-page/landing-page.js @@ -250,7 +250,7 @@ export class LandingPage extends BaseApi {

Featured Plugins

{ startPipeline() }}>Pipeline

{ startDebugger() }}>Debugger

-

+

Resources