This is an automated email from the ASF dual-hosted git repository.

hbshin pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new f51a6ce  Fix Footer.js
f51a6ce is described below

commit f51a6ce2ffcca1a8ab53d29cad744e38ab1047bb
Author: Hanbyeol Shin /  David Shin / 신한별 
<[email protected]>
AuthorDate: Thu Nov 3 12:59:50 2022 +0900

    Fix Footer.js
---
 src/components/Footer.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/Footer.js b/src/components/Footer.js
index f01e8aa..606720d 100644
--- a/src/components/Footer.js
+++ b/src/components/Footer.js
@@ -10,7 +10,8 @@ import icoGithubLd from '../../static/img/icon-github.png';
 import icoTwitterLd from '../../static/img/icon-twitter.png';
 import icoLinkedinLd from '../../static/img/icon-linkedin.png';
 import icoYoutubeLd from '../../static/img/icon-youtube.png';
-import icoYoutubeLd from '../../static/img/icon-discord.png';
+
+
 // styles
 import * as styles from './styles/Footer.module.scss';
 // import './styles/footer.css';

Reply via email to