From 28dfcd45db236e0055e2474c085f7d5bb8f6a3d0 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Mon, 10 Jan 2022 15:35:14 -0800 Subject: [PATCH] Using different image for favicon and images. --- components/Footer.js | 10 ++++++++++ components/Layout.js | 22 ---------------------- pages/_app.js | 13 ++++++++++--- public/assets/images/wedding-ring.png | Bin 0 -> 25024 bytes 4 files changed, 20 insertions(+), 25 deletions(-) create mode 100644 public/assets/images/wedding-ring.png diff --git a/components/Footer.js b/components/Footer.js index 552e43d..1682b45 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -69,6 +69,16 @@ export default function Footer() {

Created by Bradley

+
+ Icons made by{' '} + + Freepik + {' '} + from{' '} + + www.flaticon.com + +
); diff --git a/components/Layout.js b/components/Layout.js index e6a1557..a7e4acd 100644 --- a/components/Layout.js +++ b/components/Layout.js @@ -6,28 +6,6 @@ const Layout = ({ children }) => ( <> Wedding Website - - - - - - - - - - - {/* */} - - -