3 changed files with 41 additions and 5 deletions
@ -0,0 +1,21 @@ |
|||
<githubsocial> |
|||
<div class="btn-group btn-group-block"> |
|||
<a |
|||
href={opts.link} |
|||
target="_blank" |
|||
class="social-brand tooltip tooltip-right" |
|||
data-tooltip="My Github" |
|||
style={ |
|||
{ |
|||
"background-color" : "#FBFCFD", |
|||
"color" : "black !important", |
|||
"padding-right" : "10px", |
|||
"padding-left" : "10px", |
|||
"font-size" : "3em", |
|||
} |
|||
} |
|||
> |
|||
<i class="fa fa-github" aria-hidden="true"></i> |
|||
</a> |
|||
</div> |
|||
</githubsocial> |
Loading…
Reference in new issue