Skip to content

Commit

Permalink
feat: 과연 env는 적용될 것인가
Browse files Browse the repository at this point in the history
  • Loading branch information
useon authored Nov 27, 2024
1 parent 50dc114 commit 6ab15ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/MainPage/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const MainPage = () => {
</div>
<div css={titleContainer}>
<h1 css={title}>땅콩</h1>
<h2 css={intro}>어색한 분위기를 주도해봐요</h2>
<h2 css={intro}>어색한 분위기를 주도해봐요.</h2>
</div>
<Button css={buttonText} text="방 만들기" onClick={handleRoomCreate} radius="medium" />
</div>
Expand Down

0 comments on commit 6ab15ac

Please sign in to comment.