Skip to content

Commit

Permalink
2기 Readme 수정 및 axios issue 처리 (#70) (#111)
Browse files Browse the repository at this point in the history
* test: dockerfile 테스트

* test: dockerfile 테스트2

* test: dockerfile 테스트3

* test: dockerfile 테스트4

* test: dockerfile 테스트5

* test: 도커파일 원복..

* chore: yarn 삭제

* feat: 도커파일 수정

* fix: browserlist-db 업데이트

* feat: CI=true -> CI=false

* feat: 깃허브액션 시크릿 추가

* 04.11 이슈 해결 적용 (#68)

* fix: 13812 -> 13813

* fix: 내정보수정 파트 '기획디자인' 제거

* design : 사진 크기에 맞게 사이즈 조정

* design : cover로 수정

* fix : 원래대로 돌려놓기

* refactor: prettier 형식으로 코드 수정

* 초기 리팩토링 및 버그수정 (#60)

* Rename :폴더 구조 수정 (Pages)

* Rename : axios 폴더 위치 변경

* Remove : 파일 이동으로 인한 삭제

* Rename : 폴더 구조 변경중

* Remove : 폴더 구조 변경

* Fix : Part 변경 이슈 해결 (Frontend, Design)

* Rename : interface폴더 생성

* Rename : login, signup 파일 구조 변경

* Remove : 폴더 구조 변경 최종

* Docs: Issue & PR Template 추가

---------



* Rename: Template 폴더명 수정

* Remove: IssueTemplate 삭제

* Rename: Issue 템플릿 재생성

* Fix: 어드민 페이지 유저 테이블 이메일 텍스트 줄바꿈처리 (#66)

* 메인페이지 제목 중앙 정렬 (#67)

* Fix:랜딩페이지 제목 중앙정렬 수정

* Fix: 랜딩페이지 제목 중앙정렬 수정

---------



* super admin 대학교 검색 오류 해결 (#64)

* Rename :폴더 구조 수정 (Pages)

* Rename : axios 폴더 위치 변경

* Remove : 파일 이동으로 인한 삭제

* Rename : 폴더 구조 변경중

* Remove : 폴더 구조 변경

* Fix : Part 변경 이슈 해결 (Frontend, Design)

* Rename : interface폴더 생성

* Rename : login, signup 파일 구조 변경

* Remove : 폴더 구조 변경 최종

* Docs: Issue & PR Template 추가

* Fix: superAdmin 대학교 검색 기능 수정

* Style: useEffect 병합

* Fix: react hook useEffect dependency warning 해결

---------





---------










* Fix : local상태 이슈 체크

* Feat : GA 추가

* Docs : readme수정 2기 버전

* Fix : 이슈 처리

---------

Co-authored-by: teagu123 <[email protected]>
Co-authored-by: JinHo Kim <[email protected]>
Co-authored-by: 김진호 <[email protected]>
Co-authored-by: byeong <[email protected]>
Co-authored-by: Ariling <[email protected]>
Co-authored-by: KimKyuHoi <[email protected]>
Co-authored-by: 김규회 <[email protected]>
Co-authored-by: sangah <[email protected]>
Co-authored-by: Dongpil Jo <[email protected]>
  • Loading branch information
10 people authored Jul 4, 2024
1 parent efd09a0 commit 237fd74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/application/ApplicationModify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ interface FormId {
const trackOption = ['PM', 'DESIGNER', 'FRONTEND', 'BACKEND'];

const ApplicationModalTxt = {
header: '12기 중앙해커톤 참가 신청',
header: '12기 중앙 해커톤 참가 신청',
title: '모든 정보를 정확하게 입력하셨나요?',
content: '참가신청 기간 동안 신청정보 수정이 가능합니다.',
content: '참가 신청 기간 동안 신청 정보 수정이 가능합니다.',
button: '수정하기',
};

Expand Down
2 changes: 2 additions & 0 deletions src/components/application/modal/ApplicationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ interface ApplicationModalProps {
header: string;
title: string;
content: string;
content2?: string;
button: string;
}

Expand All @@ -18,6 +19,7 @@ const ApplicationModal: React.FC<ApplicationModalProps> = ({
header,
title,
content,
content2,
button,
}) => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/components/application/modal/ApplicationModalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ export const ModalTitle = styled.div`
`;

export const ModalText = styled.div`
display: flex;
font-size: 20px;
align-items: center;
text-align: center;
line-height: 150%;
font-weight: 600;
margin: 8px 110px 0 111px;
Expand Down

0 comments on commit 237fd74

Please sign in to comment.