Skip to content

Commit

Permalink
Merge branch 'Develop' into Weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-kibong committed Nov 15, 2024
2 parents b36f68c + 8128aa8 commit 7bbce8a
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 10 deletions.
35 changes: 34 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ const TextSection = styled.div`
flex-direction: column;
justify-content: start;
margin-left: 20px;
`;
`;
2 changes: 1 addition & 1 deletion src/features/myPage/employee/components/MyRecruitCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ const TextSection = styled.div`
justify-content: space-between;
flex: 1;
padding: 0 10px;
`;
`;
2 changes: 1 addition & 1 deletion src/pages/contract/EmployeeContract/EmployeeContract.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ const LineWrapper = styled.div`
box-shadow:
rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
`;
`;
2 changes: 1 addition & 1 deletion src/pages/contract/EmployerContract/EmployerContract.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ const LineWrapper = styled.div`
box-shadow:
rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
`;
`;
2 changes: 1 addition & 1 deletion src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ export default function Home() {
</section>
</Layout>
);
}
}
2 changes: 1 addition & 1 deletion src/pages/myPage/employee/EmployeeMyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ const spinnerFlexStyle = css`
bottom: 0;
left: 0;
right: 0;
`;
`;
2 changes: 1 addition & 1 deletion src/pages/myPage/employer/EmPloyerMyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ export default function EmployerMyPage() {
</div>
</Layout>
);
}
}
2 changes: 1 addition & 1 deletion src/pages/postNotice/PostNotice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ const LineWrapper = styled.div`
box-shadow:
rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
`;
`;
2 changes: 1 addition & 1 deletion src/pages/registerCompany/RegisterCompany.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ const LineWrapper = styled.div`
box-shadow:
rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
`;
`;

0 comments on commit 7bbce8a

Please sign in to comment.