Removed redundant code

This commit is contained in:
kvakazyambra 2023-11-01 00:28:19 +03:00
parent 4ca01e5a02
commit c806c6e304

View File

@ -24,7 +24,6 @@ import { apiClient } from '../../../utils/apiClient'
import { RANDOM_TOPICS_COUNT } from '../../Views/Home'
import { Link } from './Link'
import { Subscribe } from '../../_shared/Subscribe'
import { SearchModal } from '../SearchModal/SearchModal'
type Props = {
title?: string
@ -184,10 +183,6 @@ export const Header = (props: Props) => {
<ConfirmModal />
</Modal>
<Modal variant="wide" name="search">
<SearchModal />
</Modal>
<div class={clsx(styles.mainHeaderInner, 'wide-container')}>
<nav class={clsx('row', styles.headerInner, { ['fixed']: fixed() })}>
<div class={clsx(styles.burgerContainer, 'col-auto')}>