chore: update placeholder

This commit is contained in:
JimmFly
2022-12-23 17:26:50 +08:00
parent 5403a2218e
commit dc2116b8aa
@@ -79,7 +79,11 @@ export const Input = (props: {
}
}
}}
placeholder={isPublic ? currentWorkspace?.meta.name : 'Quick Search...'}
placeholder={
isPublic
? `Search in ${currentWorkspace?.meta.name}`
: 'Quick Search...'
}
/>
</StyledInputContent>
);