10 lines
419 B
PHP
10 lines
419 B
PHP
<header class="auth-header" aria-label="인증 페이지 상단">
|
|
<div class="auth-header__inner">
|
|
<a class="auth-brand" href="{{ route('web.home') }}" aria-label="PIN FOR YOU 홈으로">
|
|
<img src="{{ asset('assets/images/common/top_logo.png') }}" alt="PIN FOR YOU" class="auth-brand__logo">
|
|
</a>
|
|
|
|
<a class="auth-home" href="{{ route('web.home') }}">홈</a>
|
|
</div>
|
|
</header>
|