Skip to content

Commit

Permalink
fix: 타이틀 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BHyeonKim committed Nov 18, 2024
1 parent 787d6e6 commit 6a3b2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const pretendard = localFont({
});

export const metadata: Metadata = {
title: 'AI Recruit',
title: 'Able Recruit',
description:
'AI 기반 맞춤형 채용 매칭 서비스. 이력서 업로드만으로 최적의 채용공고를 추천받고, 스마트한 이력서 작성부터 AI 면접 준비까지 원스톱으로 제공하는 차세대 취업 플랫폼입니다.',
};
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Navigation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Navigation = ({children, invert}: NavigationProps) => {
return (
<nav className={cx('navigation', {invert: invert})}>
<Link className={cx('title', {invert: invert})} href={'/'}>
AI Recruit
Able Recruit
</Link>
<div className={cx('nav-button-container')}>{children}</div>
</nav>
Expand Down

0 comments on commit 6a3b2e7

Please sign in to comment.