|
|
@@ -26,7 +26,7 @@ const SearchPageLayout: FC<Props> = (props: Props) => {
|
|
|
<div className="search-result d-flex" id="search-result">
|
|
|
<div className="flex-grow-1 flex-basis-0 page-list border boder-gray search-result-list" id="search-result-list">
|
|
|
|
|
|
- <nav><SearchControl></SearchControl></nav>
|
|
|
+ <SearchControl></SearchControl>
|
|
|
<div className="d-flex align-items-start justify-content-between mt-1">
|
|
|
<div className="search-result-meta">
|
|
|
<span className="font-weight-light">{t('search_result.result_meta')} </span>
|