mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
add Gitter to hero action bar
This commit is contained in:
parent
df6ec0e131
commit
2e58bff293
@ -175,6 +175,10 @@ $menu-height-md: 66px;
|
||||
.release {
|
||||
min-width: 44px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin-right: .1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.hero__community__label {
|
||||
|
@ -28,6 +28,13 @@
|
||||
</svg> Follow
|
||||
</a>
|
||||
|
||||
<a class="social-link btn btn-text btn-sm js-social-link" href="{{ site.social.gitter.url }}" title="Follow on Twitter">
|
||||
<svg class="icon icon--social icon--gitter" aria-labelledby="title">
|
||||
<title>Gitter</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#gitter"></use>
|
||||
</svg> Chat
|
||||
</a>
|
||||
|
||||
<a class="social-link btn btn-text btn-sm js-social-link js-social-link--meetup" href="{{ site.social.meetup.url }}">
|
||||
<svg class="icon icon--social icon--meetup">
|
||||
<use xlink:href="/assets/img/sprite.svg#meetup"></use>
|
||||
|
Loading…
Reference in New Issue
Block a user