Skip to content

Commit

Permalink
hotfix: 날짜 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eastfilmm committed Oct 27, 2024
1 parent 40729d8 commit d4e4d88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/common/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ export const Footer = () => {
일시
</Stext>
<Stext size="s" weight={500}>
<span>2024. 10. 28 MON - </span>
<span>2024.11.09 SUN</span>
<span>2024. 10. 29 TUE - </span>
<span>2024.11.08 SAT</span>
</Stext>
</FooterStyles.InfoItem>
<FooterStyles.InfoItem>
<Stext size="s" weight={700}>
오프닝
</Stext>
<Stext size="s" weight={500}>
2024. 10. 31 THU
2024. 10. 29 TUE
</Stext>
</FooterStyles.InfoItem>
</FooterStyles.InfoContainer>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/about/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,11 @@ export default function AboutPage() {
</ChartItem>
<ChartItem>
<ChartItemTitle>일시</ChartItemTitle>
<ChartItemMemebers>2024. 10. 29 THU -2024. 11. 08 SAT</ChartItemMemebers>
<ChartItemMemebers>2024. 10. 29 TUE -2024. 11. 08 SAT</ChartItemMemebers>
</ChartItem>
<ChartItem>
<ChartItemTitle>오프닝</ChartItemTitle>
<ChartItemMemebers>2024. 10. 28 MON</ChartItemMemebers>
<ChartItemMemebers>2024. 10. 29 TUE</ChartItemMemebers>
</ChartItem>
</ChartContent>
</SectionContent>
Expand Down

0 comments on commit d4e4d88

Please sign in to comment.