From a17473570f39f0a798d57cdab0ccb83841af975d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 10 Feb 2021 20:54:21 +0900 Subject: [PATCH] feat: transparent background for banner --- components/Footer.tsx | 9 +- pages/_app.tsx | 7 +- pages/bots/[id].tsx | 313 +++++++++++++++++++++--------------------- 3 files changed, 172 insertions(+), 157 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index f8d4175..28bab2c 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -2,10 +2,10 @@ import Link from 'next/link' import Container from './Container' import Wave from './Wave' -const Footer = (): JSX.Element => { +const Footer = ({ color }:FooterProps): JSX.Element => { return (
- +