mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
[search] redesigned 'show more' for search in wiki (#4383)
* [search] redesigned 'show more' for search in wiki * [search] modification * [search] added wiki-search.js * [wiki] search: modified placeholder text; removed 'arrow'
This commit is contained in:
@@ -23,7 +23,7 @@ class CommonToolbar extends React.Component {
|
||||
onSearchedClick={this.props.onSearchedClick}
|
||||
/>
|
||||
)}
|
||||
<Notification />
|
||||
<Notification />
|
||||
<Account />
|
||||
</div>
|
||||
);
|
||||
@@ -32,4 +32,4 @@ class CommonToolbar extends React.Component {
|
||||
|
||||
CommonToolbar.propTypes = propTypes;
|
||||
|
||||
export default CommonToolbar;
|
||||
export default CommonToolbar;
|
||||
|
Reference in New Issue
Block a user