Skip to content

Commit

Permalink
Feat: FollowRedirectPage 제작
Browse files Browse the repository at this point in the history
  • Loading branch information
dydals3440 committed Feb 18, 2024
1 parent e45be93 commit 2dc37ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/explore/followRedirect/FollowRedirectPage.jsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
import { useNavigate } from 'react-router-dom';

import * as S from './FollowRedirectPage.style';
import AirplaneImg from '/images/onboarding1.svg';

const FollowRedirectPage = () => {
const navigate = useNavigate();
return (
<S.PageContainer>
<S.ContentContainer>
<img src={AirplaneImg} />
<S.Text>로그인하고 내 메이트와</S.Text>
<S.Text>새로운 여행 기록을 확인해보세요!</S.Text>
<S.Button onClick={() => navigate('/login')}>로그인 하기</S.Button>
</S.ContentContainer>
</S.PageContainer>
);
Expand Down

0 comments on commit 2dc37ab

Please sign in to comment.