diff --git a/components/common/Footer/Footer.tsx b/components/common/Footer/Footer.tsx index 04b80404e..c44aa0cf7 100644 --- a/components/common/Footer/Footer.tsx +++ b/components/common/Footer/Footer.tsx @@ -33,10 +33,7 @@ const Footer: FC = ({ className, pages }) => {
- - - - ACME +
diff --git a/components/common/Navbar/Navbar.tsx b/components/common/Navbar/Navbar.tsx index 2ce5f33b8..65086ccd7 100644 --- a/components/common/Navbar/Navbar.tsx +++ b/components/common/Navbar/Navbar.tsx @@ -19,7 +19,7 @@ const Navbar: FC = ({ links }) => (
- + diff --git a/components/ui/Logo/Logo.tsx b/components/ui/Logo/Logo.tsx index f15bde40a..3ea78662b 100644 --- a/components/ui/Logo/Logo.tsx +++ b/components/ui/Logo/Logo.tsx @@ -1,21 +1,8 @@ +import Image from 'next/image' +import MainLogo from '../../../public/main-logo.png' + const Logo = ({ className = '', ...props }) => ( - - - - + ) export default Logo diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 000000000..6e45cb1bc Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-384x384.png b/public/android-chrome-384x384.png new file mode 100644 index 000000000..98004ba0d Binary files /dev/null and b/public/android-chrome-384x384.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 000000000..df47e422b Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 000000000..b3930d0f0 --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 000000000..98928b4ae Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 000000000..3b540309e Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico index c4826c947..cef430966 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/main-logo.png b/public/main-logo.png new file mode 100644 index 000000000..2a40e6ea8 Binary files /dev/null and b/public/main-logo.png differ diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png new file mode 100644 index 000000000..9e153015a Binary files /dev/null and b/public/mstile-150x150.png differ diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg new file mode 100644 index 000000000..545234fb9 --- /dev/null +++ b/public/safari-pinned-tab.svg @@ -0,0 +1,46 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + + + diff --git a/public/site.webmanifest b/public/site.webmanifest index bb792da42..dcadf70c9 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,7 +1,7 @@ { - "name": "Next.js Commerce", - "short_name": "Next.js Commerce", - "description": "Next.js Commerce -> https://www.nextjs.org/commerce", + "name": "däp", + "short_name": "däp", + "description": "däp", "display": "standalone", "start_url": "/", "theme_color": "#fff", @@ -9,14 +9,14 @@ "orientation": "portrait", "icons": [ { - "src": "/icon-192x192.png", - "type": "image/png", - "sizes": "192x192" + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" }, { - "src": "/icon-512x512.png", - "type": "image/png", - "sizes": "512x512" + "src": "/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" } ] } \ No newline at end of file