From ca96a3c48184f06d21899c118d83d44bd664bdd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=8F=99=EC=9C=A8?= Date: Tue, 12 Nov 2024 11:15:04 +0900 Subject: [PATCH] =?UTF-8?q?[Feat][Fe]=20#134=20:=20classNames=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/component/Layout/Footer.tsx | 11 ++++++++++- frontend/src/component/Layout/Header.tsx | 14 +++++++++++++- frontend/src/component/Layout/Layout.tsx | 5 ++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/frontend/src/component/Layout/Footer.tsx b/frontend/src/component/Layout/Footer.tsx index 5175283e..68f00066 100644 --- a/frontend/src/component/Layout/Footer.tsx +++ b/frontend/src/component/Layout/Footer.tsx @@ -1,4 +1,5 @@ import React from 'react'; +import classNames from 'classnames'; import { buttonActiveType } from './enumTypes'; interface IFooterProps { @@ -13,7 +14,15 @@ export const Footer = (props: IFooterProps) => { return (