From 961ae3c094142fef07967db8a69f6aca8b29f99f Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 8 Jan 2024 10:28:23 +0100 Subject: [PATCH] fix icon & do not log error --- apps/remix-ide/src/app/files/workspaceFileProvider.js | 2 +- libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app/files/workspaceFileProvider.js b/apps/remix-ide/src/app/files/workspaceFileProvider.js index 6884300f51..f173fdf7f0 100644 --- a/apps/remix-ide/src/app/files/workspaceFileProvider.js +++ b/apps/remix-ide/src/app/files/workspaceFileProvider.js @@ -14,7 +14,7 @@ class WorkspaceFileProvider extends FileProvider { // make sure "code-sample" has been removed window.remixFileSystem.unlink(this.workspacesPath + '/code-sample') } catch (e) { - console.error(e) + // we don't need to log error if this throws an error } } diff --git a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx index f377893e43..32fcea8b7f 100644 --- a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx +++ b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx @@ -949,7 +949,7 @@ export function Workspace() { tooltipClasses="text-nowrap" tooltipText={} > - renameCurrentWorkspace()} className="far fa-exclamation-triangle text-info ml-2 mt-1" aria-hidden="true"> + renameCurrentWorkspace()} className="far fa-exclamation-triangle text-warning ml-2 mt-1" aria-hidden="true"> }