Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = {
title: "kkuko utils",
description: "kkuko utils",
other: {
"google-site-verification": "9S-pBWeO6GWhOwqQ0AQ8zbKpCoiGkzBMmtjU98ynoMI",
},
openGraph: {
title: "끄코 유틸리티",
description: "끄코 유틸리티",
Expand Down
2 changes: 1 addition & 1 deletion app/manager-tool/extract/endx/EndX.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const WordExtractorApp = () => {
<div className="flex items-center space-x-2">
<Link href="/manager-tool/extract">
<Button variant="outline" size="sm" className="dark:text-gray-200 dark:bg-gray-800 dark:border-gray-700">
<Home size="sm" />
<Home className="sm" />
도구홈
</Button>
</Link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const WordExtractorApp = () => {
<div className="flex items-center space-x-2">
<Link href="/manager-tool/extract">
<Button variant="outline" size="sm" className="dark:text-gray-200 dark:bg-gray-800 dark:border-gray-700">
<Home size="sm"/>
<Home className="sm" />
도구홈
</Button>
</Link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const WordExtractorApp = () => {
<div className="flex items-center space-x-2">
<Link href="/manager-tool/extract">
<Button variant="outline" size="sm">
<Home size="sm" />
<Home className="sm" />
도구홈
</Button>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion app/manager-tool/extract/korean-mission/KoreanMission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ const WordExtractorApp = () => {
<div className="flex items-center space-x-2">
<Link href="/manager-tool/extract">
<Button variant="outline" size="sm">
<Home size="sm" />
<Home className="sm" />
도구홈
</Button>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion app/manager-tool/extract/lenx/LenX.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const WordExtractorApp = () => {
<div className="flex items-center space-x-2">
<Link href="/manager-tool/extract">
<Button variant="outline" size="sm">
<Home size="sm"/>
<Home className="sm"/>
도구홈
</Button>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion app/manager-tool/extract/loop/Loop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const LoopWordExtractorApp = () => {
<div className="flex items-center space-x-2">
<Link href="/manager-tool/extract">
<Button variant="outline" size="sm">
<Home size="sm" />
<Home className="sm" />
도구홈
</Button>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion app/manager-tool/extract/merge/Merge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const WordExtractorApp = () => {
<div className="flex items-center space-x-2">
<Link href="/manager-tool/extract">
<Button variant="outline" size="sm">
<Home size="sm" />
<Home className="sm" />
도구홈
</Button>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion app/manager-tool/extract/startx/StartX.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const WordExtractorApp = () => {
<div className="flex items-center space-x-2">
<Link href="/manager-tool/extract">
<Button variant="outline" size="sm">
<Home size="sm" />
<Home className="sm" />
도구홈
</Button>
</Link>
Expand Down
Loading