mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
chore: i18n for install from GitHub section
This commit is contained in:
@ -12,7 +12,8 @@ const SearchBox: React.FC<SearchBoxProps> = ({
|
||||
}) => {
|
||||
return (
|
||||
<Input
|
||||
wrapperClassName='flex w-[200px] items-center rounded-lg bg-components-input-bg-normal'
|
||||
wrapperClassName='flex w-[200px] items-center rounded-lg'
|
||||
className='bg-components-input-bg-normal'
|
||||
showLeftIcon
|
||||
value={searchQuery}
|
||||
placeholder='Search'
|
||||
|
||||
Reference in New Issue
Block a user