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

add external icon in sidebar

This commit is contained in:
Matthias Kretschmann 2019-03-29 16:32:23 +01:00
parent e5aa923dd3
commit 9955db48cb
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import { Link } from 'gatsby'
import { ReactComponent as External } from '../images/external.svg'
import styles from './Sidebar.module.scss'
const SidebarLink = ({ link, title, linkClasses }) => {
@ -13,7 +14,7 @@ const SidebarLink = ({ link, title, linkClasses }) => {
target="_blank"
rel="noopener noreferrer"
>
{title}
{title} <External className={styles.external} />
</a>
)
} else {

View File

@ -152,3 +152,10 @@
border-left-color: $green;
}
}
.external {
fill: $brand-grey-light;
display: inline-block;
width: $font-size-mini;
height: $font-size-mini;
}

3
src/images/external.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="9" height="10" viewBox="0 0 9 10">
<polygon points="76.674 148.098 75.948 147.373 82.277 141.044 76.562 141.102 76.573 140.066 84.057 139.989 83.981 147.473 82.944 147.484 83.002 141.77" transform="translate(-76 -139)"/>
</svg>

After

Width:  |  Height:  |  Size: 277 B