Skip to content

Commit

Permalink
Feat: App.tsx 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyorish03 committed Sep 17, 2023
1 parent a8c5f7a commit 0ddb185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function App() {
return (
<div style={{ alignItems: 'center', textAlign: 'center' }}>
<h1 style={{ textAlign: 'center' }}> testtest</h1>
<h1 style={{ textAlign: 'center' }}> 로그인 되었습니다.</h1>
</div>
);
}
Expand Down

0 comments on commit 0ddb185

Please sign in to comment.