From ba614190f0d27db8438e3e10142fea329c5cb4cc Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Mon, 20 May 2019 14:54:40 +0200 Subject: [PATCH] update link of docs to master & update icon to book --- src/app/components/swap-panel.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/components/swap-panel.js b/src/app/components/swap-panel.js index 529d10befd..b7ae226c5f 100644 --- a/src/app/components/swap-panel.js +++ b/src/app/components/swap-panel.js @@ -11,9 +11,6 @@ const css = csjs` text-transform: uppercase; white-space: nowrap; } - .swapitTitle a{ - cursor: help; - } .swapitTitle i{ padding-left:4px; font-size:10px; @@ -66,8 +63,8 @@ export class SwapPanel extends AbstractPanel { if (this.active) { const { profile } = this.store.getOne(this.active) name = profile.displayName ? profile.displayName : profile.name - const docsRoot = 'https://remix.readthedocs.io/en/docsnewlayout/' - docLink = profile.documentation ? yo`` : '' + const docsRoot = 'https://remix.readthedocs.io/en/latest/' + docLink = profile.documentation ? yo`` : '' } return yo`