fix: [rd] CM송 제작 입력 필드 기본값 설정
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
<input
|
||||
type="text"
|
||||
id="companyName"
|
||||
value="코드브릿지엑스"
|
||||
placeholder="예: 코드브릿지엑스"
|
||||
class="w-full px-4 py-3 rounded-lg border border-gray-200 focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 transition outline-none"
|
||||
/>
|
||||
@@ -47,6 +48,7 @@ class="w-full px-4 py-3 rounded-lg border border-gray-200 focus:ring-2 focus:rin
|
||||
<input
|
||||
type="text"
|
||||
id="industry"
|
||||
value="ERP 솔루션, 스마트 공장 자동화"
|
||||
placeholder="예: ERP 솔루션, 스마트 공장 자동화"
|
||||
class="w-full px-4 py-3 rounded-lg border border-gray-200 focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 transition outline-none"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user