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`