Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
GCL_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
안형욱
2021-06-13 16:50:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df714abf5d25bd558830eb5b8e52f92163ae0f71
df714abf
1 parent
f125f274
style: Logo style 적용
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
frontend/public/index.html
frontend/src/components/login/LoginForm.js
frontend/public/index.html
View file @
df714ab
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"icon"
href=
"%PUBLIC_URL%/favicon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<meta
name=
"description"
content=
"Web site created using create-react-app"
/>
<meta
name=
"description"
content=
"Web site created using create-react-app"
/>
<link
rel=
"apple-touch-icon"
href=
"%PUBLIC_URL%/logo192.png"
/>
<!--
manifest.json provides metadata used when your web app is installed on a
...
...
@@ -24,9 +22,10 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>
React App
</title>
</head>
<body>
<title>
eDrive
</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div
id=
"root"
></div>
<!--
...
...
@@ -39,5 +38,6 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</body>
</html>
\ No newline at end of file
...
...
frontend/src/components/login/LoginForm.js
View file @
df714ab
...
...
@@ -70,7 +70,7 @@ const LoginForm = () => {
<
Link
to
=
"/"
>
<
Button
variant
=
"outline"
>
홈으로
<
/Button
>
<
/Link
>
<
Button
type
=
"button"
onClick
=
{
onSubmit
(
v
=>
console
.
log
(
v
))
}
>
<
Button
type
=
"button"
onClick
=
{
onSubmit
}
>
로그인
<
/Button
>
<
/ButtonBlock
>
...
...
Please
register
or
login
to post a comment