We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0494edd commit b54dee5Copy full SHA for b54dee5
frontend/src/pages/MainPage/MainPage.tsx
@@ -15,7 +15,7 @@ const MainPage = () => {
15
<div css={mainPageLayout}>
16
<div css={logoWrapper}>LO to the GO</div>
17
<h1 css={title}>땅콩</h1>
18
- <div css={intro}>어색한 분위기를 주도해봐요</div>
+ <h2 css={intro}>어색한 분위기를 주도해봐요</h2>
19
<Button text="방 만들기" active={true} onClick={goToNicknamePage}></Button>
20
</div>
21
);
0 commit comments