File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ import { Separator } from "@/components/ui/separator";
33import GitHub from "@/components/icons/git-hub" ;
44
55export const metadata = {
6- title : "제작기 | 쉬운 전문용어" ,
6+ title : "제작 이야기 | 쉬운 전문용어" ,
77 description : "쉬운 전문용어 사이트 제작 배경과 기술 선택에 대해 소개합니다." ,
88} ;
99
1010export 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" >
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const docs = [
3939 icon : Lightbulb ,
4040 } ,
4141 {
42- title : "제작기 " ,
42+ title : "제작 이야기 " ,
4343 url : "/colophon" ,
4444 icon : Rocket ,
4545 } ,
You can’t perform that action at this time.
0 commit comments