From 79c9b5442e6c2d90496233d6a00fb5e41f0079c9 Mon Sep 17 00:00:00 2001 From: Paid_co Date: Tue, 19 Oct 2021 02:30:04 +0100 Subject: [PATCH] add email contact to footer --- components/footer.js | 21 +- package-lock.json | 1009 ++++++++++++++++++++++++++++++------------ pages/api/hello.js | 4 +- 3 files changed, 750 insertions(+), 284 deletions(-) diff --git a/components/footer.js b/components/footer.js index 2d22922..e19722b 100644 --- a/components/footer.js +++ b/components/footer.js @@ -1,7 +1,9 @@ +import { MailIcon } from '@heroicons/react/outline'; + const navigation = [ { name: 'Facebook', - href: '#', + href: '/api/hello', icon: (props) => ( ( ( @@ -36,7 +38,7 @@ const navigation = [ }, { name: 'GitHub', - href: '#', + href: '/api/hello', icon: (props) => ( {item.name}