주석 정리

This commit is contained in:
현성필
2025-12-09 21:14:34 +09:00
parent ba3ba32c5c
commit d7e9f0a381
12 changed files with 33 additions and 33 deletions
@@ -22,7 +22,7 @@
<span class="register-subtitle">등록된 앱의 상세 정보를 확인할 수 있습니다.</span>
</div>
<!-- App Basic Info Card (Figma Design) -->
<!-- App Basic Info Card -->
<div class="app-info-card">
<!-- App Icon -->
<div class="app-info-icon">
@@ -56,7 +56,7 @@
</div>
</div>
<!-- Credential Info Section (Figma Design: node 985-1365) -->
<!-- Credential Info Section -->
<div class="apikey-info-section">
<!-- Client ID -->
@@ -121,7 +121,7 @@
<label class="info-label">API 목록</label>
<div class="info-value">
<div class="api-list-box">
<div class="api-list-item-figma" th:each="api : ${apiKey.apiList}">
<div class="api-list-item" th:each="api : ${apiKey.apiList}">
<span class="api-item-name" th:text="${api.apiDesc}">추가된 API 1</span>
<span class="api-item-status">승인</span>
</div>