Skip to content

Commit

Permalink
Fixed bug with urls
Browse files Browse the repository at this point in the history
  • Loading branch information
shailen-naidoo committed Feb 22, 2020
1 parent e8e2c56 commit f7078b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ListItem = ({ heading, links = [] }) => html`
</summary>
<ul>
${links.map(({ url, text }) => html`
<li><a href="${url}t">${text}</a></li>
<li><a href="${url}">${text}</a></li>
`)}
</ul>
</details>
Expand Down

0 comments on commit f7078b1

Please sign in to comment.