mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Fix artisna optimize by adding an application logo blade component
Created a reusable Blade component for the application logo. This addition provides a consistent and maintainable way to display the logo in views.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<!-- 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>
|
||||
|
After Width: | Height: | Size: 198 B |
Reference in New Issue
Block a user