From 96522aa542807daea1d3cbe5b50c5ba5e2494def Mon Sep 17 00:00:00 2001 From: dbstjs95 Date: Sun, 15 May 2022 01:57:17 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=B0=ED=8A=B8=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/component/Footer.js | 6 +++-- client/src/component/Header.js | 2 +- client/src/component/MypageCompo/UserInfo.js | 5 +++- client/src/fonts/EliceDigitalCoding_Bold.woff | Bin 0 -> 366480 bytes .../src/fonts/EliceDigitalCoding_Regular.woff | Bin 0 -> 358632 bytes client/src/fonts/fonts.js | 23 +++++++++++++++++ client/src/pages/Outline.js | 24 ++++++++++-------- 7 files changed, 46 insertions(+), 14 deletions(-) create mode 100644 client/src/fonts/EliceDigitalCoding_Bold.woff create mode 100644 client/src/fonts/EliceDigitalCoding_Regular.woff create mode 100644 client/src/fonts/fonts.js diff --git a/client/src/component/Footer.js b/client/src/component/Footer.js index ea4aecd27..e454c4ceb 100644 --- a/client/src/component/Footer.js +++ b/client/src/component/Footer.js @@ -1,5 +1,4 @@ import React from 'react'; -import logo from '../images/logo.png'; import styled from 'styled-components'; const FooterContainer = styled.div` @@ -8,6 +7,10 @@ const FooterContainer = styled.div` color: white; align-items: center; padding: 20px 30px; + + > ul { + list-style: none; + } `; const Footer = () => { @@ -22,7 +25,6 @@ const Footer = () => { Copyright © {thisYear()}