Skip to content

Commit

Permalink
asset links changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocfalcao committed Apr 10, 2019
1 parent bf97ef9 commit fd921ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Features/Demo/Panels/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</div>
<div class="m-b-md content m-t-30">
<p><strong class="f-s-11">Open-source package made with <i class="fas fa-heart color-laravel"></i></strong></p>
<p>By <strong class="f-s-11"><a class="link" href="https://www.waygou.com" target="_blank">Waygou</a></strong></p>
<p>By <strong class="f-s-11"><a class="link" href="https://www.brunofalcao.me" target="_blank">Bruno Falcao</a></strong></p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Features/Demo/Twinkles/links.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<a href="https://flame.brunofalcao.me/docs" target="_blank">Documentation</a>
<a href="https://flame.brunofalcao.me/videos" target="_blank">Video Tutorials</a>
<a href="https://flame.brunofalcao.me" target="_blank">Website</a>
<a href="https://twitter.com/_waygou" target="_blank">Twitter</a>
<a href="https://twitter.com/brunocfalcao" target="_blank">Twitter</a>
2 changes: 1 addition & 1 deletion src/FlameServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected function loadBladeDirectives()
Blade::directive(
'twinkle',
function ($expression) {
return "<?php echo (new \\Waygou\\Flame\\Blade\\Directives\\Twinkle($expression))->render() ?>";
return "<?php echo (new \\Brunocfalcao\\Flame\\Blade\\Directives\\Twinkle($expression))->render() ?>";
}
);
}
Expand Down

0 comments on commit fd921ac

Please sign in to comment.