Skip to content

Commit eb69c6a

Browse files
authored
Merge pull request #101 from sipe-team/develop
chore: 3기 모집 마감으로 인한 recruit 페이지 타이틀 수정 (#100)
2 parents 561fc54 + 9c5dbe7 commit eb69c6a

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)