add faq link
This commit is contained in:
parent
c000ad1bc8
commit
6aefb0653d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class ShapeShift extends React.PureComponent<Props> {
|
|||
<h3>{__("Convert Crypto to LBC")}</h3>
|
||||
<p className="help">
|
||||
{__("Powered by ShapeShift. Read our FAQ")}{" "}
|
||||
<Link href="">{__("here")}</Link>.
|
||||
<Link href="https://lbry.io/faq/shapeshift">{__("here")}</Link>.
|
||||
{hasActiveShift &&
|
||||
shiftState !== "complete" && (
|
||||
<span>{__("This will update automatically.")}</span>
|
||||
|
|
Loading…
Reference in a new issue