From 9a3599b6c9b3cc9b41a18714649f6227dc7f0f37 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Sat, 4 Sep 2021 15:28:49 +0100 Subject: [PATCH] no customisable icons in contacts --- components/Navbar.tsx | 37 ++++++++++++++++++++++--------------- config/site.json | 15 +++++---------- pages/_app.tsx | 5 +++-- 3 files changed, 30 insertions(+), 27 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 56a59c2..5003b23 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -53,21 +53,28 @@ const Navbar = () => {
- {siteConfig.contacts.map((c, i) => ( - - {c.platform === 'email' ? ( - - ) : ( - - )} - - ))} + + + + + + + + + {tokenPresent && (