mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
Add description to items
This commit is contained in:
@@ -522,8 +522,12 @@ export const InfoStandWidgetFurniView: FC<InfoStandWidgetFurniViewProps> = props
|
|||||||
<Text small wrap variant="white">{ avatarInfo.name }</Text>
|
<Text small wrap variant="white">{ avatarInfo.name }</Text>
|
||||||
<FaTimes className="cursor-pointer fa-icon" onClick={ onClose } />
|
<FaTimes className="cursor-pointer fa-icon" onClick={ onClose } />
|
||||||
</Flex>
|
</Flex>
|
||||||
<hr className="m-0 bg-[#0003] border-0 opacity-[.5] h-px" />
|
|
||||||
</div>
|
</div>
|
||||||
|
{ avatarInfo.description &&
|
||||||
|
<Column gap={ 1 }>
|
||||||
|
<Text fullWidth wrap textBreak variant="white" small>{ avatarInfo.description }</Text>
|
||||||
|
<hr className="m-0 bg-[#0003] border-0 opacity-[.5] h-px" />
|
||||||
|
</Column> }
|
||||||
{ !isBranded &&
|
{ !isBranded &&
|
||||||
<div className="flex flex-col gap-1">
|
<div className="flex flex-col gap-1">
|
||||||
<Flex gap={ 1 } position="relative">
|
<Flex gap={ 1 } position="relative">
|
||||||
|
|||||||
Reference in New Issue
Block a user