- 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.
9 lines
215 B
PHP
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']) }}
|
|
>
|