@@ -1128,8 +1127,8 @@ class RemotesModal extends React.Component<{ model: RemotesModalModel }, {}> {
renderAddRemoteMenuItem(): any {
return (
-
- Add SSH Connection
+
+ Add SSH Connection
);
diff --git a/src/app/history/history.tsx b/src/app/history/history.tsx
index d8ba8f02..65629625 100644
--- a/src/app/history/history.tsx
+++ b/src/app/history/history.tsx
@@ -13,7 +13,7 @@ import customParseFormat from "dayjs/plugin/customParseFormat";
import { Line } from "../line/linecomps";
import { CmdStrCode } from "../common/common";
-import { ReactComponent as FavouritesIcon } from "../assets/icons/favourites.svg";
+import { ReactComponent as FavoritesIcon } from "../assets/icons/favourites.svg";
import { ReactComponent as XmarkIcon } from "../assets/icons/line/xmark.svg";
import { ReactComponent as AngleDownIcon } from "../assets/icons/history/angle-down.svg";
import { ReactComponent as ChevronLeftIcon } from "../assets/icons/history/chevron-left.svg";
@@ -532,7 +532,7 @@ class HistoryView extends React.Component<{}, {}> {
-
+
{getHistoryViewTs(nowDate, item.ts)}
{formatSSName(snames, scrnames, item)}
diff --git a/src/app/line/linecomps.tsx b/src/app/line/linecomps.tsx
index 87ce0216..395d56e9 100644
--- a/src/app/line/linecomps.tsx
+++ b/src/app/line/linecomps.tsx
@@ -21,7 +21,7 @@ import type {
} from "../../types/types";
import cn from "classnames";
-import { ReactComponent as FavouritesIcon } from "../assets/icons/favourites.svg";
+import { ReactComponent as FavoritesIcon } from "../assets/icons/favourites.svg";
import { ReactComponent as PinIcon } from "../assets/icons/pin.svg";
import { ReactComponent as PlusIcon } from "../assets/icons/plus.svg";
import { ReactComponent as MinusIcon } from "../assets/icons/minus.svg";
@@ -644,7 +644,7 @@ class LineCmd extends React.Component<
className={cn("line-icon", "line-bookmark", "hoverEffect")}
onClick={this.clickBookmark}
>
-
+
new state
-
{this.rtnStateDiff.get()}
+
+ {this.rtnStateDiff.get()}
+
diff --git a/src/app/sidebar/MainSideBar.tsx b/src/app/sidebar/MainSideBar.tsx
index 6871711c..2f665073 100644
--- a/src/app/sidebar/MainSideBar.tsx
+++ b/src/app/sidebar/MainSideBar.tsx
@@ -11,7 +11,7 @@ import { ReactComponent as HelpIcon } from "../assets/icons/help.svg";
import { ReactComponent as SettingsIcon } from "../assets/icons/settings.svg";
import { ReactComponent as DiscordIcon } from "../assets/icons/discord.svg";
import { ReactComponent as HistoryIcon } from "../assets/icons/history.svg";
-import { ReactComponent as FavouritesIcon } from "../assets/icons/favourites.svg";
+import { ReactComponent as FavoritesIcon } from "../assets/icons/favourites.svg";
import { ReactComponent as AppsIcon } from "../assets/icons/apps.svg";
import { ReactComponent as ConnectionsIcon } from "../assets/icons/connections.svg";
import { ReactComponent as WorkspacesIcon } from "../assets/icons/workspaces.svg";
@@ -213,8 +213,8 @@ class MainSideBar extends React.Component<{}, {}> {
⌘H