add faq link

This commit is contained in:
Sean Yesmunt 2017-12-03 22:31:35 -05:00
parent c000ad1bc8
commit 6aefb0653d

View file

@ -87,7 +87,7 @@ class ShapeShift extends React.PureComponent<Props> {
<h3>{__("Convert Crypto to LBC")}</h3> <h3>{__("Convert Crypto to LBC")}</h3>
<p className="help"> <p className="help">
{__("Powered by ShapeShift. Read our FAQ")}{" "} {__("Powered by ShapeShift. Read our FAQ")}{" "}
<Link href="">{__("here")}</Link>. <Link href="https://lbry.io/faq/shapeshift">{__("here")}</Link>.
{hasActiveShift && {hasActiveShift &&
shiftState !== "complete" && ( shiftState !== "complete" && (
<span>{__("This will update automatically.")}</span> <span>{__("This will update automatically.")}</span>