diff --git a/src/app/components/side-panel.js b/src/app/components/side-panel.js index 619f4d6df7..8b1c848e42 100644 --- a/src/app/components/side-panel.js +++ b/src/app/components/side-panel.js @@ -11,12 +11,9 @@ const css = csjs` text-transform: uppercase; white-space: nowrap; } - .swapitTitle a{ - cursor: help; - } .swapitTitle i{ - padding-left:4px; - font-size:10px; + padding-left: 6px; + font-size: 14px; } .swapitHeader { height: 35px; @@ -67,7 +64,7 @@ export class SidePanel extends AbstractPanel { const { profile } = this.store.getOne(this.active) name = profile.displayName ? profile.displayName : profile.name const docsRoot = 'https://remix.readthedocs.io/en/latest/' - docLink = profile.documentation ? yo`` : '' + docLink = profile.documentation ? yo`` : '' } return yo` diff --git a/src/app/files/remixd-handle.js b/src/app/files/remixd-handle.js index a31af0c61b..d411eb621e 100644 --- a/src/app/files/remixd-handle.js +++ b/src/app/files/remixd-handle.js @@ -93,7 +93,7 @@ function remixdDialog () { return yo`
Interact with your file system from Remix. Click connect and find shared folder in the Remix file explorer (under localhost). - Before you get started, check out Tutorial_remixd_filesystem + Before you get started, check out the Remixd tutorial. to find out how to run Remixd.
Connection will start a session between ${window.location.href} and your local file system ws://127.0.0.1:65520