개인 회원 가입 디자인 반영

This commit is contained in:
현성필
2025-12-05 16:18:14 +09:00
parent 2a9f534f1e
commit 408561a36d
2 changed files with 38 additions and 36 deletions
@@ -5,7 +5,7 @@
<body>
<section layout:fragment="title">
<div class="page-title-banner">
<img th:src="@{/img/user_register_title.png}" alt="개인회원가입" class="title-image">
<img th:src="@{/img/img_title_bg.png}" alt="개인회원가입" class="title-image">
<h1 th:text="${!isInvited ? '개인회원가입' : '법인회원가입'}">개인회원가입</h1>
</div>
</section>