From f916cd74c22a2597f01e07287ae481599997a39a Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Fri, 4 Feb 2022 19:53:25 +0800 Subject: [PATCH] add width and height to icons --- components/Breadcrumb.tsx | 2 +- components/Navbar.tsx | 42 +++++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/components/Breadcrumb.tsx b/components/Breadcrumb.tsx index 4009265..4ce3ae9 100644 --- a/components/Breadcrumb.tsx +++ b/components/Breadcrumb.tsx @@ -7,7 +7,7 @@ const HomeCrumb = () => { return ( - + Home diff --git a/components/Navbar.tsx b/components/Navbar.tsx index ac94bad..a2d6236 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -51,34 +51,34 @@ const Navbar = () => { } return ( -
+
-
+
- + icon - {siteConfig.title} + {siteConfig.title} -
+
@@ -89,23 +89,23 @@ const Navbar = () => { href={l.link} target="_blank" rel="noopener noreferrer" - className="flex items-center space-x-2 dark:text-white hover:opacity-80" + className="flex items-center space-x-2 hover:opacity-80 dark:text-white" > - {l.name} + {l.name} ))} {siteConfig.email && ( - + - Email + Email )} {tokenPresent && (