1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Feature: Add rel in link to source

This commit is contained in:
Akshay 2021-05-24 12:15:46 +02:00
parent 787221008d
commit 697afaa0f3

View File

@ -19,6 +19,7 @@ export default function MarkdownTemplate({ data }) {
style={{ cursor: 'pointer' }}
href={post.frontmatter.source}
target="_blank"
rel="noopener noreferrer"
>
View source on Github
</a>