diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 0000000..7acde47 Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100644 index 0000000..3ae587c Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..10b8f25 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 0000000..b3930d0 --- /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 0000000..607712a 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 0000000..b96b9bd Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico index ace65d7..2209aca 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/images/nostrich-sq.png b/public/images/nostrich-sq.png new file mode 100644 index 0000000..f940890 Binary files /dev/null and b/public/images/nostrich-sq.png differ diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png new file mode 100644 index 0000000..0fefb84 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 0000000..5008b8e --- /dev/null +++ b/public/safari-pinned-tab.svg @@ -0,0 +1,101 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index 6fc675b..cb1787f 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -106,7 +106,7 @@ function Header({ navigation }) {
diff --git a/src/components/Logo.jsx b/src/components/Logo.jsx index 600e601..615d3eb 100644 --- a/src/components/Logo.jsx +++ b/src/components/Logo.jsx @@ -18,6 +18,7 @@ export function Logomark(props) { export function Logo(props) { return ( + Nostr.how ) diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx index 7e96a78..3813af2 100644 --- a/src/pages/_app.jsx +++ b/src/pages/_app.jsx @@ -66,6 +66,26 @@ export default function App({ Component, pageProps }) { {pageTitle} {description && } + + + + + +