Skip to content

Commit

Permalink
Merge pull request #40 from Chimoney/fix/favicon
Browse files Browse the repository at this point in the history
favicon changed
  • Loading branch information
adebayoileri authored Oct 26, 2024
2 parents 32b7b0f + 82b0f8f commit f978c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open-giving/src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ function MyApp({ Component, pageProps }) {
return (
<>
<Head>
<link rel="shortcut icon" href="/chimoney-logo.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta
name="viewport"
content="minimum-scale=1, width=device-width, initial-scale=1, shrink-to-fit=no"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#8A2BE2" />
Expand Down

0 comments on commit f978c37

Please sign in to comment.