mirror of https://github.com/langgenius/dify.git
feat: add cursor pointer to macketplace actions
This commit is contained in:
parent
9cc3cfb63e
commit
6ae76d108b
|
|
@ -98,7 +98,7 @@ const AllStartBlocks = ({
|
|||
<Button
|
||||
size='small'
|
||||
variant='secondary-accent'
|
||||
className='h-6 px-3 text-xs'
|
||||
className='h-6 cursor-pointer px-3 text-xs'
|
||||
>
|
||||
{t('workflow.tabs.requestToCommunity')}
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ const AllTools = ({
|
|||
<Button
|
||||
size='small'
|
||||
variant='secondary-accent'
|
||||
className='h-6 px-3 text-xs'
|
||||
className='h-6 cursor-pointer px-3 text-xs'
|
||||
>
|
||||
{t('workflow.tabs.requestToCommunity')}
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue