Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #333 from afbora/patch-1
Browse files Browse the repository at this point in the history
Twitter and github url fixed
  • Loading branch information
andresgutierrez committed Jul 31, 2016
2 parents 51b1b90 + 200d3ce commit 4899253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/index/index.volt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
</div>
</div>
<div class="col-sm-2 social-icons-align" style="margin-top:15px;">
<a href="https://github.com/phalcon/cphalcon/">
<a href="https://twitter.com/phalconphp">
<img alt="" src="{{ cdn_url }}images/twitter.png">
</a>
<a href="https://twitter.com/phalconphp">
<a href="https://github.com/phalcon/cphalcon/">
<img alt="" src="{{ cdn_url }}images/github.png">
</a>
</div>
Expand Down

0 comments on commit 4899253

Please sign in to comment.