Skip to content

Commit 26b7f8b

Browse files
committed
✏️ 제작기 -> 제작 이야기
Closes #33
1 parent c8ac3ec commit 26b7f8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/colophon/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import { Separator } from "@/components/ui/separator";
33
import GitHub from "@/components/icons/git-hub";
44

55
export const metadata = {
6-
title: "제작기 | 쉬운 전문용어",
6+
title: "제작 이야기 | 쉬운 전문용어",
77
description: "쉬운 전문용어 사이트 제작 배경과 기술 선택에 대해 소개합니다.",
88
};
99

1010
export default function ColophonPage() {
1111
return (
1212
<div className="mx-auto flex w-full max-w-3xl flex-col gap-6">
1313
<header className="flex flex-col gap-1">
14-
<h1 className="text-3xl font-bold">제작기</h1>
14+
<h1 className="text-3xl font-bold">제작 이야기</h1>
1515
</header>
1616

1717
<div className="text-right text-sm">

components/navigation/side-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const docs = [
3939
icon: Lightbulb,
4040
},
4141
{
42-
title: "제작기",
42+
title: "제작 이야기",
4343
url: "/colophon",
4444
icon: Rocket,
4545
},

0 commit comments

Comments
 (0)