Unverified Commit f18783c0 authored by yann300's avatar yann300 Committed by GitHub

standard

parent 69a5b523
...@@ -69,7 +69,7 @@ export class SwapPanel extends AbstractPanel { ...@@ -69,7 +69,7 @@ export class SwapPanel extends AbstractPanel {
const docsRoot = 'https://remix.readthedocs.io/en/latest/' 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>` : '' 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` return yo`
<header class="${css.swapitHeader}"> <header class="${css.swapitHeader}">
<h6 class="${css.swapitTitle}">${name}${docLink}</h6> <h6 class="${css.swapitTitle}">${name}${docLink}</h6>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment