From 0ffbf38c5c645fbe2d0fb40b02ce1604d5430724 Mon Sep 17 00:00:00 2001 From: Daniel Olagunju Date: Sat, 26 Oct 2024 23:02:40 +0100 Subject: [PATCH 1/2] favicon changed --- open-giving/src/pages/_app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-giving/src/pages/_app.js b/open-giving/src/pages/_app.js index cb2647d..ab5266b 100644 --- a/open-giving/src/pages/_app.js +++ b/open-giving/src/pages/_app.js @@ -12,7 +12,7 @@ function MyApp({ Component, pageProps }) { return ( <> - + Date: Sat, 26 Oct 2024 23:11:47 +0100 Subject: [PATCH 2/2] fix: app scale --- open-giving/src/pages/_app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-giving/src/pages/_app.js b/open-giving/src/pages/_app.js index ab5266b..d9da361 100644 --- a/open-giving/src/pages/_app.js +++ b/open-giving/src/pages/_app.js @@ -15,7 +15,7 @@ function MyApp({ Component, pageProps }) {