-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FE- #268 Main/Dropdown Modal 관련 부분 수 (#278) * refactor: 3D 이미지 비율 수정 + footer 안내 문구 삽입 * refactor: [Main Page] - 카드속 텍스트와 아이콘 크기 조금 줄여야 함. * refactor: [DropDown Modal] #268에서 완료 --------- Co-authored-by: Wang HoEun <[email protected]> * refactor: 애니메이션 제거 * refactor: main gradation 추가 --------- Co-authored-by: Wang HoEun <[email protected]>
- Loading branch information
Showing
8 changed files
with
92 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,12 @@ export const CREATOR_INFO = [ | |
{ name: '윤효정', field: 'BACKEND', contact: 'https://github.com/hyojeongyun' }, | ||
{ name: '정영혜', field: 'DESIGNER', contact: '[email protected]' }, | ||
]; | ||
export const SERVICE_INFO = [ | ||
{ text: '서비스 이용약관' }, | ||
{ text: '개인정보 처리방침' }, | ||
{ text: '이용자의 권리 및 유의사항' }, | ||
{ text: '데이터 서비스 이용약관' }, | ||
]; | ||
|
||
export const MAIN_SERVICE_LINKS = [ | ||
{ icon: 'signUp', route: ROUTE.SIGN_UP }, | ||
|
Oops, something went wrong.