Skip to content

Commit

Permalink
just a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
torriz committed Mar 14, 2019
1 parent 0274df5 commit f947a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Modules/Partners/Resources/Views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@endif

@if ($partner->twitter)
<?php $url = filter_var($partner->twitter, FILTER_VALIDATE_URL) ? $partner->twitter : 'https://www.twitter.com/'.$partner->facebook ?>
<?php $url = filter_var($partner->twitter, FILTER_VALIDATE_URL) ? $partner->twitter : 'https://www.twitter.com/'.$partner->twitter ?>
<a class="btn btn-default" href="{{ $url }}" target="_blank" title="Twitter">{!! HTML::fontIcon('twitter') !!}</a>
@endif

Expand Down

0 comments on commit f947a4e

Please sign in to comment.