From 939ef6be1bc740a78a949f5dade6f29ef16f1d30 Mon Sep 17 00:00:00 2001 From: Arash <47273556+arashnrim@users.noreply.github.com> Date: Thu, 10 Jun 2021 11:14:51 +0800 Subject: [PATCH] Improve footer icon titles (#143) --- components/footer.js | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/components/footer.js b/components/footer.js index f82de076..d66e3d9f 100644 --- a/components/footer.js +++ b/components/footer.js @@ -36,12 +36,12 @@ const Logo = props => ( ) -const Service = ({ href, icon, ...props }) => ( +const Service = ({ href, icon, name = "", ...props }) => ( } {...props} /> @@ -124,21 +124,24 @@ const Footer = ({ dark = false, children, ...props }) => ( } }} > - - - - + + + +