diff --git a/public/icon_hufscheer.svg b/public/icon_hufscheer.svg new file mode 100644 index 0000000..babb897 --- /dev/null +++ b/public/icon_hufscheer.svg @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/public/icon_hufstreaming.svg b/public/icon_hufstreaming.svg deleted file mode 100644 index 5673d73..0000000 --- a/public/icon_hufstreaming.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/public/logo_hufstreaming.png b/public/logo_hufstreaming.png deleted file mode 100644 index 137f156..0000000 Binary files a/public/logo_hufstreaming.png and /dev/null differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d88551a..0c906b6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,10 +15,10 @@ const inter = Noto_Sans_KR({ }); export const metadata: Metadata = { - title: 'HUFStreaming', - description: '한국외대 스포츠 경기 중계 플랫폼', + title: '훕치치!', + description: '한국외대 스포츠 경기 플랫폼', icons: { - icon: '/icon_hufstreaming.svg', + icon: '/icon_hufscheer.svg', }, };