We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4723baa commit e234c26Copy full SHA for e234c26
packages/common/src/PageContainer/MainPage/index.tsx
@@ -12,7 +12,7 @@ const MainPage: React.FC<MainPageProps> = ({ isClient }) => {
12
<S.MainWrapper>
13
<Banner />
14
<S.MissionAlertText>
15
- * 문제는 12:30 ~ 19:30분까지 풀수 있습니다.
+ * 문제는 12:30 ~ 19:30분까지 풀 수 있습니다.
16
</S.MissionAlertText>
17
<MainContents isClient={isClient} />
18
</S.MainWrapper>
0 commit comments