We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ac9342 + f504769 commit dc7cfc5Copy full SHA for dc7cfc5
1 file changed
src/App.tsx
@@ -1,9 +1,10 @@
1
function App() {
2
return (
3
- <div style={{ display: 'flex', flexDirection: 'column', gap: '1rem' }}>
+ <div style={{ width: '100vw', display: 'flex', flexDirection: 'column', alignItems: 'center', gap: '1rem' }}>
4
<h1>리피카 짱</h1>
5
<a href={`${import.meta.env.VITE_API_URL}/oauth2/authorization/kakao`}>카카오톡 로그인</a>
6
<a href={`${import.meta.env.VITE_API_URL}/oauth2/authorization/google`}>구글 로그인</a>
7
+ <i>백엔드에몽 로그인 고쳐줘</i>
8
</div>
9
);
10
}
0 commit comments