Skip to content

Commit

Permalink
Fix: 수정내용
Browse files Browse the repository at this point in the history
  • Loading branch information
KKangHHee committed Jan 16, 2024
1 parent 81729e5 commit 2f767c6
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 14 deletions.
60 changes: 47 additions & 13 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}
2 changes: 1 addition & 1 deletion src/pages/Login/LoginPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
font-size: 0.8rem;
display: flex;
align-items: center;
justify-content: end;
justify-content: flex-end;
}

.loginpage-form-find-id{
Expand Down

0 comments on commit 2f767c6

Please sign in to comment.