Skip to content

Commit

Permalink
[build] cicd 확인용2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunminnnnn committed Jun 16, 2024
1 parent ae771b6 commit 9cb4957
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"files": {
"main.css": "/static/css/main.81a66c9c.css",
"main.js": "/static/js/main.d80e15a6.js",
"main.js": "/static/js/main.922ed058.js",
"static/media/WriteButton.svg": "/static/media/WriteButton.189cccf295474ca549b2cdcd9e0c2d2a.svg",
"index.html": "/index.html",
"main.81a66c9c.css.map": "/static/css/main.81a66c9c.css.map",
"main.d80e15a6.js.map": "/static/js/main.d80e15a6.js.map"
"main.922ed058.js.map": "/static/js/main.922ed058.js.map"
},
"entrypoints": [
"static/css/main.81a66c9c.css",
"static/js/main.d80e15a6.js"
"static/js/main.922ed058.js"
]
}
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/logo.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap" rel="stylesheet"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>스튜디오아이 MP</title><script defer="defer" src="/static/js/main.d80e15a6.js"></script><link href="/static/css/main.81a66c9c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/logo.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap" rel="stylesheet"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>스튜디오아이 MP</title><script defer="defer" src="/static/js/main.922ed058.js"></script><link href="/static/css/main.81a66c9c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Pages/Login/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function SignInPage() {
<SignInBox className="SignInBox">
<SubInputForm className="SubInputFormWithButton">
{loading &&
<TextSm style={{ color: 'darkgray' }}>로딩 중...</TextSm>
<TextSm style={{ color: 'gray' }}>로딩 중...</TextSm>
}
<TextMd>EMAIL</TextMd>
<HorizontalBox>
Expand Down

0 comments on commit 9cb4957

Please sign in to comment.