From be673e67d2ad01ac35907cc42dd73f4500e74f5c Mon Sep 17 00:00:00 2001 From: a-ryang Date: Thu, 28 Dec 2023 20:27:44 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20Head=20=EA=B8=B0=EB=B3=B8=20title?= =?UTF-8?q?=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20#279?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Head/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Head/index.tsx b/src/components/Head/index.tsx index ac5e15bc..1d3cb95e 100644 --- a/src/components/Head/index.tsx +++ b/src/components/Head/index.tsx @@ -7,7 +7,7 @@ interface HeadProps { } export default function Head({ - title = "오덕 | 애니 리뷰와 평가 서비스", + title = "오덕 | 애니 리뷰 · 애니 평가 서비스", description = "애니 리뷰 커뮤니티 오덕입니다. 애니 리뷰를 중심으로 다양한 애니 커뮤니티를 만나보세요.", image = "https://oduck.io/logo/logo-rect.png", }: HeadProps) { @@ -15,6 +15,7 @@ export default function Head({ {/* HTML meta tag list */} {title} + {/* Facebook meta tag list */} From 842fd7e840e72019cc63772a5f626d778d68efaa Mon Sep 17 00:00:00 2001 From: a-ryang Date: Thu, 28 Dec 2023 20:28:13 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=EB=9D=BC=EC=9A=B0=ED=84=B0?= =?UTF-8?q?=EB=B3=84=20title=20=EC=A0=95=EB=B3=B4=20=EA=B0=9C=EC=84=A0=20#?= =?UTF-8?q?279?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/animes/routes/Detail/index.tsx | 6 +++++- src/features/animes/routes/List/index.tsx | 5 ++++- src/features/animes/routes/Search/index.tsx | 2 +- src/features/common/routes/HelpDesk/index.tsx | 2 +- src/features/notices/routes/List/index.tsx | 2 +- src/features/users/routes/Profile/index.tsx | 4 ++-- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/features/animes/routes/Detail/index.tsx b/src/features/animes/routes/Detail/index.tsx index 22b024f6..433850ee 100644 --- a/src/features/animes/routes/Detail/index.tsx +++ b/src/features/animes/routes/Detail/index.tsx @@ -39,7 +39,11 @@ export default function AnimeDetail() { if (anime) return ( <> - + {/* TODO: 평점 */} diff --git a/src/features/animes/routes/List/index.tsx b/src/features/animes/routes/List/index.tsx index e4030bdc..bd5bd01f 100644 --- a/src/features/animes/routes/List/index.tsx +++ b/src/features/animes/routes/List/index.tsx @@ -61,7 +61,10 @@ export default function AnimeList() { return ( <> - +
diff --git a/src/features/animes/routes/Search/index.tsx b/src/features/animes/routes/Search/index.tsx index ba20535c..693b6b6e 100644 --- a/src/features/animes/routes/Search/index.tsx +++ b/src/features/animes/routes/Search/index.tsx @@ -68,7 +68,7 @@ export default function Search() { return ( <> - +
diff --git a/src/features/common/routes/HelpDesk/index.tsx b/src/features/common/routes/HelpDesk/index.tsx index 94ba8be9..ecfed141 100644 --- a/src/features/common/routes/HelpDesk/index.tsx +++ b/src/features/common/routes/HelpDesk/index.tsx @@ -47,7 +47,7 @@ export default function HelpDesk() { return ( <> - + {success && }
diff --git a/src/features/notices/routes/List/index.tsx b/src/features/notices/routes/List/index.tsx index 4dec9c93..24505a92 100644 --- a/src/features/notices/routes/List/index.tsx +++ b/src/features/notices/routes/List/index.tsx @@ -38,7 +38,7 @@ export default function NoticeList() { return ( <>
diff --git a/src/features/users/routes/Profile/index.tsx b/src/features/users/routes/Profile/index.tsx index 3e19c62b..9e3944d6 100644 --- a/src/features/users/routes/Profile/index.tsx +++ b/src/features/users/routes/Profile/index.tsx @@ -41,9 +41,9 @@ export default function Profile() { {userProfile && ( <>