Skip to content

Commit

Permalink
Merge pull request #86 from osohyun0224/master
Browse files Browse the repository at this point in the history
📣  chores :: 백곰 일시적인 서비스 제공 중단 스플래시 공지
  • Loading branch information
osohyun0224 authored Jul 16, 2024
2 parents 34f6beb + 6eeddf6 commit 7fa9e11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
14 changes: 1 addition & 13 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,7 @@ export default function Home(): React.JSX.Element {
alt={'백곰 스플래시 이미지'}
/>
</div>
<div className={`bottom ${showContent ? 'show-content' : ''} `}>
<Button
label={'카카오로 계속하기'}
variant={'kakao'}
size={'kakao'}
prevIcon={Icons.kakao}
iconSize={'20'}
onClick={handleKakaoLogin}
/>
<a className="privacy" href={PATH.NOTION_TERMS}>
개인정보처리방침
</a>
</div>
<div className="desc">현재 일시적으로 서비스 제공이 중단되었습니다 :)</div>
</HomeWrap>
);
}
4 changes: 4 additions & 0 deletions src/app/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ export const HomeWrap = styled.main`
}
}
}
& > .desc {
margin-top: 50px;
color: ${Colors.White};
}
& > .bottom {
display: none;
}
Expand Down

0 comments on commit 7fa9e11

Please sign in to comment.