Skip to content

Commit

Permalink
Merge pull request #99 from cjs1301/dev2
Browse files Browse the repository at this point in the history
Dev2
  • Loading branch information
cjs1301 authored May 6, 2021
2 parents 97d2009 + 3878877 commit d48b975
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function App() {
history.push('/Waiting')
};

const handleGeuetLogin = () => {
const handleGuestLogin = () => {
setUserInfo({ nickname: '게스트' });
history.push('/Waiting')
};
Expand Down
1 change: 0 additions & 1 deletion src/MyPages/MyPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { withRouter } from 'react-router-dom';
import SearchUser from './components/SearchUser';
import Header from './components/Header';
import ChangePsw from './components/ChangePsw';
import axios from 'axios';
import Character1 from '../images/Character1.png';
import Character2 from '../images/Character2.png';
import Character3 from '../images/Character3.png';
Expand Down
8 changes: 0 additions & 8 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -930,23 +930,15 @@ canvas {
}

.card {
<<<<<<< HEAD
=======
border: 2px solid #0f4d86;
>>>>>>> b3d2fa2f4bd5a1a35c87b3fda67e7f91c185472c
background-color: white;
border-radius: 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
<<<<<<< HEAD
border: 5px solid #0f4d86;
border-radius: 15px;
=======
width: 600px;
height: 400px;
>>>>>>> b3d2fa2f4bd5a1a35c87b3fda67e7f91c185472c
}
.card h1 {
text-align: center;
Expand Down

0 comments on commit d48b975

Please sign in to comment.