Skip to content

Commit

Permalink
refactor(global): Power by roskus in custom view
Browse files Browse the repository at this point in the history
  • Loading branch information
gnovaro committed Mar 9, 2024
1 parent dcd3cd4 commit 073731c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 1 addition & 6 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,7 @@
</form>

<div class="mt-4">
<a href="https://roskus.com" target="_blank" rel="noopener">
<picture>
<source srcset="https://static.roskus.com/img/roskus_powered.webp" type="image/webp">
<img src="https://static.roskus.com/img/roskus_powered.png" alt="Powered by Roskus" width="112" height="44">
</picture>
</a>
@include('powered')
</div>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions resources/views/powered.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<a href="https://roskus.com" target="_blank" rel="noopener">
<picture>
<source srcset="https://static.roskus.com/asset/img/roskus_powered.webp" type="image/webp">
<img src="https://static.roskus.com/asset/img/roskus_powered.png" alt="Powered by Roskus" width="112" height="44">
</picture>
</a>

0 comments on commit 073731c

Please sign in to comment.