Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/info-dsm/INFO_v1_FrontEnd i…
Browse files Browse the repository at this point in the history
…nto #29-CreateNotice
  • Loading branch information
drainxc committed Nov 16, 2022
1 parent 2471230 commit c888c64
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 171 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/companyPage/auth/signIn/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const CompanySignIn = () => {
{
name: "사업자번호",
additionalElm: "기업 조회",
placeholder: "ex) 00-000-00000",
placeholder: "ex) 000-00-00000",
check: "inquiry",
func: () => {
getPasswordHint();
Expand Down Expand Up @@ -196,7 +196,7 @@ const CompanySignIn = () => {
</HighlightText>
<HighlightText cursor={"pointer"} color={"#7243FF"}>
<Link to={"/company/signup"}>
<div>SignUp</div>
<a>기업 등록</a>
</Link>
</HighlightText>
</Submit>
Expand Down
Loading

0 comments on commit c888c64

Please sign in to comment.