Removed redundant code
This commit is contained in:
parent
4ca01e5a02
commit
c806c6e304
|
@ -24,7 +24,6 @@ import { apiClient } from '../../../utils/apiClient'
|
||||||
import { RANDOM_TOPICS_COUNT } from '../../Views/Home'
|
import { RANDOM_TOPICS_COUNT } from '../../Views/Home'
|
||||||
import { Link } from './Link'
|
import { Link } from './Link'
|
||||||
import { Subscribe } from '../../_shared/Subscribe'
|
import { Subscribe } from '../../_shared/Subscribe'
|
||||||
import { SearchModal } from '../SearchModal/SearchModal'
|
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
title?: string
|
title?: string
|
||||||
|
@ -184,10 +183,6 @@ export const Header = (props: Props) => {
|
||||||
<ConfirmModal />
|
<ConfirmModal />
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
<Modal variant="wide" name="search">
|
|
||||||
<SearchModal />
|
|
||||||
</Modal>
|
|
||||||
|
|
||||||
<div class={clsx(styles.mainHeaderInner, 'wide-container')}>
|
<div class={clsx(styles.mainHeaderInner, 'wide-container')}>
|
||||||
<nav class={clsx('row', styles.headerInner, { ['fixed']: fixed() })}>
|
<nav class={clsx('row', styles.headerInner, { ['fixed']: fixed() })}>
|
||||||
<div class={clsx(styles.burgerContainer, 'col-auto')}>
|
<div class={clsx(styles.burgerContainer, 'col-auto')}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user