Skip to content

Commit

Permalink
style: 온보딩 페이지 푸터 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejha committed Oct 22, 2023
1 parent 30708b3 commit e3ea924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion apps/jurumarble/src/app/onboarding/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

.img-wrapper {
max-width: 720px;
margin: 0 auto 64px auto;
margin: 0 auto;
background-color: var(--white);
}

Expand Down
2 changes: 0 additions & 2 deletions apps/jurumarble/src/app/onboarding/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use client';

import { Footer } from 'components/Footer';
import { SideButtonHeader } from 'components/SideButtonHeader';
import { getClassNames } from 'lib/styles/getClassNames';
import Image from 'next/image';
Expand Down Expand Up @@ -36,7 +35,6 @@ const OnboardingPage = () => {
<div className={cx('img-wrapper')}>
<Image src={Onboarding} width={375} height={2112} alt="온보딩" />
</div>
<Footer />
<BottomButton />
</div>
);
Expand Down

0 comments on commit e3ea924

Please sign in to comment.