mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Engranving header
This commit is contained in:
parent
8fe70d4c7e
commit
5fa79d6420
@ -104,7 +104,7 @@ export const FurnitureEngravingLockView: FC<FurnitureEngravingLockViewProps> = p
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{ engravingStage > 0 && <NitroCardView className="nitro-engraving-lock">
|
{ engravingStage > 0 && <NitroCardView className="nitro-engraving-lock" simple={ true }>
|
||||||
<NitroCardHeaderView headerText={ LocalizeText('friend.furniture.confirm.lock.caption') } onCloseClick={ event => processAction('close_request') } />
|
<NitroCardHeaderView headerText={ LocalizeText('friend.furniture.confirm.lock.caption') } onCloseClick={ event => processAction('close_request') } />
|
||||||
<NitroCardContentView>
|
<NitroCardContentView>
|
||||||
<h5 className="text-black text-center fw-bold mt-2 mb-2">
|
<h5 className="text-black text-center fw-bold mt-2 mb-2">
|
||||||
|
Loading…
Reference in New Issue
Block a user