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:
PyRowMan
2024-12-17 21:27:53 +01:00
committed by PyRowMan
parent 46bbfd4367
commit f01238fb5a
@@ -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