fix(widget): incorrect links href (#592)

Recommendation links should link to correct URL.
pull/597/head
iMaeGoo 2020-01-11 00:36:55 +08:00 committed by Ruipeng Zhang
parent f9258903b7
commit 26803f3807
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Links extends Component {
hostname = new URL(hostname).hostname;
} catch (e) { }
return <li>
<a class="level is-mobile is-mobile" href="<%- links[i] %>" target="_blank" rel="noopener">
<a class="level is-mobile is-mobile" href={links[i]} target="_blank" rel="noopener">
<span class="level-left">
<span class="level-item">{i}</span>
</span>