Skip to content

Commit 1f250ec

Browse files
authored
Merge pull request #5 from kauKoala/kjyook
Kjyook
2 parents ba2655d + 9a4bb78 commit 1f250ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Sections/TitleSection/TitleSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const TitleSection = () => {
3030
</SubTitle>
3131
<div className="titleSection">
3232
<p>접수 마감 : 7월 25일 (화) 18:00</p>
33-
<p>대회일 : 7월 29일 (토) / 14:00 ~ 18:00</p>
33+
<p>대회진행 : 7월 29일 (토) / 13:00 ~ 18:00 (대회 시작은 14시)</p>
3434
</div>
3535
</ListContainer>
3636
<div className="mobile"/>

src/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const MyApp = ({ Component, pageProps }: AppProps) => {
1818
<meta
1919
name="image"
2020
property="og:image"
21-
content="public\icons\kaupc_preview.png"
21+
content="https://user-images.githubusercontent.com/106497893/253192848-96715c63-fba4-472c-bb93-5d8d9c939c85.png"
2222
/>
2323
</Head>
2424
<Layout>

0 commit comments

Comments
 (0)