fixed font loading issue and updated .gitignore file
This commit is contained in:
@@ -5,9 +5,12 @@ import { useNavigate } from 'react-router-dom'
|
||||
import { useScroll } from '../hooks/useScroll'
|
||||
import SearchLogo from '../static/images/search-icon.svg'
|
||||
import NetflixLogo from '../static/images/Netflix_Logo_RGB.png'
|
||||
import AddLogo from '../static/images/add.svg'
|
||||
import BellLogo from '../static/images/bell-logo.svg'
|
||||
import DropdownArrow from '../static/images/drop-down-arrow.svg'
|
||||
import DropdownContent from './DropdownContent'
|
||||
import Button from './Button/Button'
|
||||
import { ButtonType } from './Button/Button'
|
||||
|
||||
const Navbar = () => {
|
||||
const navigate = useNavigate()
|
||||
@@ -64,7 +67,7 @@ const Navbar = () => {
|
||||
placeholder='Title, genres, people'
|
||||
/>
|
||||
</div>
|
||||
|
||||
<Button buttonType={ButtonType.IconRound} Icon={<AddLogo />} />
|
||||
<div className='navigation__container-link pseudo-link'>KIDS</div>
|
||||
<div className='navigation__container-link pseudo-link'>DVD</div>
|
||||
<BellLogo className='navigation__container--bellLogo' />
|
||||
|
||||
Reference in New Issue
Block a user