From 28062b493c03af0a563bd2ccdc453f564e7351cf Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Fri, 7 May 2021 10:55:51 +0900 Subject: [PATCH] feat: remove wave --- components/Docs.tsx | 10 +++------- components/Hero.tsx | 8 ++------ 2 files changed, 5 insertions(+), 13 deletions(-) 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 => {
- }