@@ -9,6 +9,10 @@ import {
99 CryptoNomicLogo
1010} from './styles' ;
1111import Logo from '../../assets/images/logo.svg' ;
12+ import twitter from '../../assets/images/twitter.svg' ;
13+ import riot from '../../assets/images/riot.svg' ;
14+ import medium from '../../assets/images/medium.svg' ;
15+ import github from '../../assets/images/github.svg' ;
1216import { NavLink , Link } from 'react-router-dom' ;
1317
1418interface Props {
@@ -23,7 +27,7 @@ const Sidebar: React.FC<Props> = props => {
2327 { /* <Subtitle>All Tezos Blockchain data at your fingertips</Subtitle> */ }
2428 < CryptoNomicLogo >
2529 < p >
26- < span > an Open Source Project by</ span >
30+ < span > an < a href = { "https://github.com/Cryptonomic/periscope" } > Open Source</ a > Project by</ span >
2731 < img src = { Logo } alt = "img" />
2832 < span className = "logo" > CRYPTONOMIC</ span >
2933 </ p >
@@ -151,6 +155,21 @@ const Sidebar: React.FC<Props> = props => {
151155 < p className = "links" >
152156 < span > Powered by < a href = "#" > Arronax</ a > , < a href = "#" > Conseil</ a > and < a href = "#" > Nautilus Cloud</ a > </ span >
153157 </ p >
158+ < br > </ br > < br > </ br >
159+ < div className = { "footer-links" } >
160+ < a href = { "https://twitter.com/CryptonomicTech" } className = { "footer-link" } >
161+ < img src = { twitter } className = { "footer-icon" } />
162+ </ a >
163+ < a href = { "https://github.com/Cryptonomic/periscope" } className = { "footer-link" } >
164+ < img src = { github } className = { "footer-icon" } />
165+ </ a >
166+ < a href = { "https://matrix.to/#/!heGqMNcsOSHGPxrMJs:cryptonomic.tech" } className = { "footer-link" } >
167+ < img src = { riot } className = { "footer-icon" } />
168+ </ a >
169+ < a href = { "https://medium.com/the-cryptonomic-aperiodical" } className = { "footer-link" } >
170+ < img src = { medium } className = { "footer-icon" } />
171+ </ a >
172+ </ div >
154173 </ Footer >
155174 </ Holder >
156175 </ div >
0 commit comments