pull/1/head
yann300 6 years ago committed by GitHub
parent 69a5b52314
commit f18783c02a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/components/swap-panel.js

@ -69,7 +69,7 @@ export class SwapPanel extends AbstractPanel {
const docsRoot = 'https://remix.readthedocs.io/en/latest/'
docLink = profile.documentation ? yo`<a href="${docsRoot}${profile.documentation}" title="link to documentation" target="_blank"><sup><i aria-hidden="true" class="fas fa-book"></i></sup></a>` : ''
}
return yo`
<header class="${css.swapitHeader}">
<h6 class="${css.swapitTitle}">${name}${docLink}</h6>

Loading…
Cancel
Save