Skip to content

Commit

Permalink
chore: 즐겨찾기 페이지 컨벤션 수정 #117
Browse files Browse the repository at this point in the history
  • Loading branch information
seoye0ng committed Jan 25, 2024
1 parent 0266772 commit 043656e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/favorite/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { useForm } from 'react-hook-form';

import classNames from 'classnames/bind';

import useScroll from '@/hooks/useScroll';
import { SEARCH_FILTER_MAP, SearchFilterType } from '@constants/searchByMap';
import useScroll from '@hooks/useScroll';
import BottomNav from '@shared/bottom-nav/BottomNav';
import Dropdown from '@shared/dropdown/Dropdown';
import Header from '@shared/header/Header';
Expand Down Expand Up @@ -88,7 +88,7 @@ function FavoritePage() {
return (
<>
<Header isDisplayLogo={false}>즐겨찾기</Header>
<Spacing size={8} />
<Spacing size={12} />
<main className={cx('mainContainer')}>
<div className={cx('hideWrapper', { scrolled: isScrolled })}>
<SearchBar />
Expand Down

0 comments on commit 043656e

Please sign in to comment.