mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
f01238fb5a
Created a reusable Blade component for the application logo. This addition provides a consistent and maintainable way to display the logo in views.
5 lines
198 B
PHP
5 lines
198 B
PHP
<!-- resources/views/components/application-logo.blade.php -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6">
|
|
<path d="M12 0L24 24H0z"/>
|
|
</svg>
|