fix(ssulbox): 업장 선택 후 변경 버튼 제거 및 사이드바 라벨 단순화
This commit is contained in:
parent
fde7c8f6e1
commit
3b8298bba2
@ -13,7 +13,7 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"dashboard": "Dashboard",
|
||||
"newProject": "Create New Project",
|
||||
"newProject": "New Project",
|
||||
"ado2Contents": "ADO2 Contents",
|
||||
"myContents": "My Contents",
|
||||
"myInfo": "My Info",
|
||||
@ -175,7 +175,6 @@
|
||||
"searchPlaceholder": "Business name, or paste a Naver Map link",
|
||||
"searchButton": "Search",
|
||||
"searching": "Searching",
|
||||
"change": "Change",
|
||||
"cost": "Cost",
|
||||
"costValue": "1 credit",
|
||||
"submit": "Create Ssulbox",
|
||||
@ -433,7 +432,7 @@
|
||||
"tabContents": "My Contents",
|
||||
"tabCalendar": "Calendar",
|
||||
"tabPayment": "Payment",
|
||||
"tabBusiness": "SNS Management",
|
||||
"tabBusiness": "SNS",
|
||||
"paymentPlaceholder": "Payment information settings are coming soon.",
|
||||
"myBusiness": "My Business",
|
||||
"noBusinessTitle": "No registered business yet",
|
||||
|
||||
@ -175,7 +175,6 @@
|
||||
"searchButton": "검색",
|
||||
"searching": "검색 중",
|
||||
"placeLoading": "가게를 찾는 중… (몇 초 걸려요)",
|
||||
"change": "변경",
|
||||
"hintUrlOk": "네이버 링크로 이 가게를 직접 크롤링합니다.",
|
||||
"hintDefault": "가게를 선택하면 그 가게의 사진과 정보를 크롤링해 썰박스에 씁니다.",
|
||||
"hintScenario": "{{name}} 시나리오로 약 5~6분 소요됩니다.",
|
||||
|
||||
@ -218,9 +218,6 @@ const SsulCreateForm: React.FC<SsulCreateFormProps> = ({ onSubmitted, onNeedCred
|
||||
<b>{selected.title}</b>
|
||||
<span>{selected.roadAddress || selected.address}</span>
|
||||
</div>
|
||||
<button type="button" className="ssul-picked__change" onClick={() => setSelected(null)}>
|
||||
{t('ssulbox.create.change')}
|
||||
</button>
|
||||
</div>
|
||||
) : isUrl ? (
|
||||
<div className="ssul-hint ok">{t('ssulbox.create.hintUrlOk')}</div>
|
||||
|
||||
@ -263,18 +263,6 @@
|
||||
color: var(--color-text-gray-400);
|
||||
}
|
||||
|
||||
.ssul-picked__change {
|
||||
flex: none;
|
||||
padding: 6px 12px;
|
||||
border: 1px solid var(--color-border-white-10);
|
||||
border-radius: 999px;
|
||||
background: none;
|
||||
color: var(--color-text-gray-300);
|
||||
font-family: inherit;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ssul-hint {
|
||||
width: 100%;
|
||||
padding: 10px 14px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user