diff --git a/components/Docs.tsx b/components/Docs.tsx
index be9022c..801955a 100644
--- a/components/Docs.tsx
+++ b/components/Docs.tsx
@@ -9,8 +9,8 @@ const Docs = ({ title, header, description, subheader, children }: DocsProps): J
title={typeof header === 'string' ? header : title}
description={description || subheader}
/>
-
-
+
+
{header}
@@ -22,11 +22,7 @@ const Docs = ({ title, header, description, subheader, children }: DocsProps): J
-
-
+
{children}
>
diff --git a/components/Hero.tsx b/components/Hero.tsx
index 00f0f7c..c8464c0 100644
--- a/components/Hero.tsx
+++ b/components/Hero.tsx
@@ -9,8 +9,8 @@ const Search = dynamic(()=> import('@components/Search'))
const Hero = ({ header, description }:HeroProps):JSX.Element => {
return <>
-
-
+
+
{ header && `${header} - `}한국 디스코드봇 리스트
@@ -32,10 +32,6 @@ const Hero = ({ header, description }:HeroProps):JSX.Element => {
-
>
}