Skip to content

Commit 80a7da7

Browse files
junzero741claude
andcommitted
chore(frontend): rename service title from 님만보삼 to 님보
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8f88443 commit 80a7da7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/frontend/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const inter = Inter({
77
});
88

99
export const metadata = {
10-
title: '님만보삼',
10+
title: '님보',
1111
description: '비밀번호로 보호된 문서를 안전하게 공유하세요.',
1212
};
1313

@@ -35,7 +35,7 @@ export default function RootLayout({
3535
<path d="M7 11V7a5 5 0 0 1 10 0v4" />
3636
</svg>
3737
<a href="/" className="text-lg font-semibold text-text-primary">
38-
님만보삼
38+
님보
3939
</a>
4040
</div>
4141
</header>

0 commit comments

Comments
 (0)