example of type button (#25224)
This commit is contained in:
@@ -257,7 +257,7 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
|
|||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div className="relative flex w-full flex-col py-1" onMouseLeave={onMouseLeave}>
|
<div className="relative flex w-full flex-col py-1" onMouseLeave={onMouseLeave}>
|
||||||
<button className='mx-1 flex h-8 cursor-pointer items-center gap-2 rounded-lg px-3 hover:bg-state-base-hover' onClick={onClickSettings}>
|
<button type="button" className='mx-1 flex h-8 cursor-pointer items-center gap-2 rounded-lg px-3 hover:bg-state-base-hover' onClick={onClickSettings}>
|
||||||
<span className='system-sm-regular text-text-secondary'>{t('app.editApp')}</span>
|
<span className='system-sm-regular text-text-secondary'>{t('app.editApp')}</span>
|
||||||
</button>
|
</button>
|
||||||
<Divider className="my-1" />
|
<Divider className="my-1" />
|
||||||
|
Reference in New Issue
Block a user