mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
mrege
This commit is contained in:
@ -23,7 +23,7 @@ const PluginsSelected: FC<Props> = ({
|
||||
<Icon key={plugin} size="tiny" src={`${MARKETPLACE_API_PREFIX}/plugins/${plugin}/icon`} />
|
||||
))}
|
||||
{!isShowAll && (
|
||||
<div className="system-xs-medium text-text-tertiary">
|
||||
<div className="text-text-tertiary system-xs-medium">
|
||||
+
|
||||
{plugins.length - MAX_DISPLAY_COUNT}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user