Skip to content

Commit

Permalink
feat(docs): add eva icons link in the footer (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibing-old-email authored Nov 15, 2018
1 parent 528eae2 commit c230986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/app/@theme/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ul>
<li><strong class="title">More from Akveo</strong></li>
<li><a href="http://akveo.com?utm_source=nebular_documentation&utm_medium=footer" target="_blank">Homepage</a></li>
<li><a href="https://akveo.github.io/eva-icons?utm_source=nebular_documentation&utm_medium=footer">Eva Icons</a></li>
<li><a href="https://akveo.github.io/react-native-ui-kitten?utm_source=nebular_documentation&utm_medium=footer">React Native UI Kitten</a></li>
<li><a href="http://akveo.com/ngx-admin?utm_source=nebular_documentation&utm_medium=footer"
target="_blank">ngx-admin</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/app/@theme/components/footer/footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

li {
display: flex;
margin-bottom: 1.375rem;
margin-bottom: 1rem;
justify-content: center;
align-items: center;
text-align: center;
Expand Down

0 comments on commit c230986

Please sign in to comment.