mirror of https://github.com/langgenius/dify.git
chore: plugin button
This commit is contained in:
parent
2fd4b6e6d2
commit
824ed7d6c2
|
|
@ -17,7 +17,7 @@ const PluginsNav = ({
|
|||
<Link href="/plugins" className={classNames(
|
||||
className, 'group',
|
||||
)}>
|
||||
<div className='flex flex-row p-1.5 gap-0.5 items-center justify-center rounded-xl system-xs-medium-uppercase hover:bg-state-base-hover text-text-tertiary hover:text-text-secondary'>
|
||||
<div className='flex flex-row h-8 p-1.5 gap-0.5 items-center justify-center rounded-xl system-sm-medium-uppercase hover:bg-state-base-hover text-text-tertiary hover:text-text-secondary'>
|
||||
<div className='flex w-4 h-4 justify-center items-center'>
|
||||
<Group />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue