Files
usher-manage-stack/resources/views/components/application-logo.blade.php
Gbanyan 86f22f2a76 Enhance UI and Accessibility (WCAG)
- Add 'Skip to main content' links to App and Guest layouts.
- Add aria-current to navigation links for active page indication.
- Add aria-label to mobile menu button.
- Include pending UI updates for Dashboard and Welcome pages with improved structure.
2025-11-28 00:13:04 +08:00

9 lines
215 B
PHP

@props(['alt' => '台灣尤塞氏症暨視聽弱協會'])
<img
src="{{ asset('images/usher-logo-long.png') }}"
alt="{{ $alt }}"
loading="lazy"
{{ $attributes->merge(['class' => 'h-10 w-auto']) }}
>