Skip to content

Commit f2f1669

Browse files
committed
fix: 태그명 변경 #46
1 parent 8febc71 commit f2f1669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/MainPage/MainPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const MainPage = () => {
1515
<div css={mainPageLayout}>
1616
<div css={logoWrapper}>LO to the GO</div>
1717
<h1 css={title}>땅콩</h1>
18-
<div css={intro}>어색한 분위기를 주도해봐요</div>
18+
<h2 css={intro}>어색한 분위기를 주도해봐요</h2>
1919
<Button text="방 만들기" active={true} onClick={goToNicknamePage}></Button>
2020
</div>
2121
);

0 commit comments

Comments
 (0)