Skip to content

Commit f504769

Browse files
committed
test: 배포 잘 되남
1 parent 8ac9342 commit f504769

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
function App() {
22
return (
3-
<div style={{ display: 'flex', flexDirection: 'column', gap: '1rem' }}>
3+
<div style={{ width: '100vw', display: 'flex', flexDirection: 'column', alignItems: 'center', gap: '1rem' }}>
44
<h1>리피카 짱</h1>
55
<a href={`${import.meta.env.VITE_API_URL}/oauth2/authorization/kakao`}>카카오톡 로그인</a>
66
<a href={`${import.meta.env.VITE_API_URL}/oauth2/authorization/google`}>구글 로그인</a>
7+
<i>백엔드에몽 로그인 고쳐줘</i>
78
</div>
89
);
910
}

0 commit comments

Comments
 (0)