Skip to content

Commit 9c5dbe7

Browse files
authored
chore: 3기 모집 마감으로 인한 recruit 페이지 타이틀 수정 (#100)
1 parent 7ae429d commit 9c5dbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/recruit/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Recruit from '@/components/pages/Recruit';
22
import METADATA from '@/libs/constants/metadata';
33

4-
const title = '3기 사이퍼 모집 - SIPE';
4+
const title = '사이퍼 모집 - SIPE';
55

66
export const metadata = {
77
metadataBase: METADATA.metadataBase,

0 commit comments

Comments
 (0)