File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ const geistMono = Geist_Mono({
2424export const metadata : Metadata = {
2525 title : "kkuko utils" ,
2626 description : "kkuko utils" ,
27+ other : {
28+ "google-site-verification" : "9S-pBWeO6GWhOwqQ0AQ8zbKpCoiGkzBMmtjU98ynoMI" ,
29+ } ,
2730 openGraph : {
2831 title : "끄코 유틸리티" ,
2932 description : "끄코 유틸리티" ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const WordExtractorApp = () => {
111111 < div className = "flex items-center space-x-2" >
112112 < Link href = "/manager-tool/extract" >
113113 < Button variant = "outline" size = "sm" className = "dark:text-gray-200 dark:bg-gray-800 dark:border-gray-700" >
114- < Home size = "sm" />
114+ < Home className = "sm" />
115115 도구홈
116116 </ Button >
117117 </ Link >
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ const WordExtractorApp = () => {
127127 < div className = "flex items-center space-x-2" >
128128 < Link href = "/manager-tool/extract" >
129129 < Button variant = "outline" size = "sm" className = "dark:text-gray-200 dark:bg-gray-800 dark:border-gray-700" >
130- < Home size = "sm" />
130+ < Home className = "sm" />
131131 도구홈
132132 </ Button >
133133 </ Link >
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ const WordExtractorApp = () => {
186186 < div className = "flex items-center space-x-2" >
187187 < Link href = "/manager-tool/extract" >
188188 < Button variant = "outline" size = "sm" >
189- < Home size = "sm" />
189+ < Home className = "sm" />
190190 도구홈
191191 </ Button >
192192 </ Link >
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ const WordExtractorApp = () => {
323323 < div className = "flex items-center space-x-2" >
324324 < Link href = "/manager-tool/extract" >
325325 < Button variant = "outline" size = "sm" >
326- < Home size = "sm" />
326+ < Home className = "sm" />
327327 도구홈
328328 </ Button >
329329 </ Link >
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ const WordExtractorApp = () => {
109109 < div className = "flex items-center space-x-2" >
110110 < Link href = "/manager-tool/extract" >
111111 < Button variant = "outline" size = "sm" >
112- < Home size = "sm" />
112+ < Home className = "sm" />
113113 도구홈
114114 </ Button >
115115 </ Link >
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ const LoopWordExtractorApp = () => {
134134 < div className = "flex items-center space-x-2" >
135135 < Link href = "/manager-tool/extract" >
136136 < Button variant = "outline" size = "sm" >
137- < Home size = "sm" />
137+ < Home className = "sm" />
138138 도구홈
139139 </ Button >
140140 </ Link >
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ const WordExtractorApp = () => {
324324 < div className = "flex items-center space-x-2" >
325325 < Link href = "/manager-tool/extract" >
326326 < Button variant = "outline" size = "sm" >
327- < Home size = "sm" />
327+ < Home className = "sm" />
328328 도구홈
329329 </ Button >
330330 </ Link >
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ const WordExtractorApp = () => {
110110 < div className = "flex items-center space-x-2" >
111111 < Link href = "/manager-tool/extract" >
112112 < Button variant = "outline" size = "sm" >
113- < Home size = "sm" />
113+ < Home className = "sm" />
114114 도구홈
115115 </ Button >
116116 </ Link >
You can’t perform that action at this time.
0 commit comments