giftcon_dev/resources/views/web/partials/auth/auth-header.blade.php
2026-01-15 11:15:26 +09:00

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>