|
|
@@ -10,8 +10,8 @@ import AddIcon from "../icons/add.svg";
|
|
|
import CloseIcon from "../icons/close.svg";
|
|
|
import DeleteIcon from "../icons/delete.svg";
|
|
|
import MaskIcon from "../icons/mask.svg";
|
|
|
-import PluginIcon from "../icons/plugin.svg";
|
|
|
import DragIcon from "../icons/drag.svg";
|
|
|
+import DiscoveryIcon from "../icons/discovery.svg";
|
|
|
|
|
|
import Locale from "../locales";
|
|
|
|
|
|
@@ -242,8 +242,8 @@ export function SideBar(props: { className?: string }) {
|
|
|
shadow
|
|
|
/>
|
|
|
<IconButton
|
|
|
- icon={<PluginIcon />}
|
|
|
- text={shouldNarrow ? undefined : Locale.Plugin.Name}
|
|
|
+ icon={<DiscoveryIcon />}
|
|
|
+ text={shouldNarrow ? undefined : Locale.Discovery.Name}
|
|
|
className={styles["sidebar-bar-button"]}
|
|
|
onClick={() => setShowPluginSelector(true)}
|
|
|
shadow
|