From 3915264acb445ed3a8846fe96d13285c0e3fc333 Mon Sep 17 00:00:00 2001 From: a-ryang Date: Wed, 3 Jan 2024 20:33:38 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Head=20=EA=B8=B0=EB=B3=B8=20=EC=84=A4?= =?UTF-8?q?=EB=AA=85=20=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD=20=20#279?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Head/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Head/index.tsx b/src/components/Head/index.tsx index 1d3cb95e..cfa2bcd5 100644 --- a/src/components/Head/index.tsx +++ b/src/components/Head/index.tsx @@ -8,7 +8,7 @@ interface HeadProps { export default function Head({ title = "오덕 | 애니 리뷰 · 애니 평가 서비스", - description = "애니 리뷰 커뮤니티 오덕입니다. 애니 리뷰를 중심으로 다양한 애니 커뮤니티를 만나보세요.", + description = "오덕에서 애니 리뷰를 중심으로 다양한 애니 커뮤니티를 만나보세요.", image = "https://oduck.io/logo/logo-rect.png", }: HeadProps) { return (