Skip to content

Commit

Permalink
fix: 기존 홈 온보딩 이미지 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Jul 31, 2024
1 parent 168dd5f commit 17f8346
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { useNavigate } from 'react-router-dom';
import { getAuthRedirectPath } from '@/utils/auth';
import 'react-toastify/dist/ReactToastify.css';
import useLandingStatus from '@/hooks/zustand/useLandingStatus';
import { Image } from './components/common/Image';

const IMG_SRC = [
'/onboarding/1.png',
Expand Down Expand Up @@ -194,8 +193,6 @@ function App() {
/>
</Flex>
<Space height={59} />
<Image src={IMG_SRC[7]} height={40} />
<Space height={26} />
</Wrapper>
);
}
Expand Down

0 comments on commit 17f8346

Please sign in to comment.