diff --git a/web/public/index.html b/web/public/index.html index dc0973a..5903d33 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -10,12 +10,8 @@ /> - - + @@ -42,6 +38,7 @@ href="%PUBLIC_URL%/safari-pinned-tab.svg" color="#5180fc" /> + namae — name new project diff --git a/web/public/manifest.json b/web/public/manifest.json index 7c47822..db342db 100644 --- a/web/public/manifest.json +++ b/web/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "namae", - "name": "namae.dev", + "name": "namae", "icons": [ { "src": "favicon.ico", diff --git a/web/src/App.js b/web/src/App.js index 05cae8d..1c5a98a 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -3,11 +3,10 @@ import styled, { createGlobalStyle } from 'styled-components' import { useDeferredState } from './hooks/state' import { mobile } from './util/css' - +import { isStandalone } from './util/pwa' import Welcome from './components/Welcome' import Footer from './components/Footer' import { Cards, CardContainer } from './components/Cards' - import GithubCard from './components/cards/GithubCard' import DomainCard from './components/cards/DomainCard' import HomebrewCard from './components/cards/HomebrewCard' @@ -32,14 +31,13 @@ export default function App() { return ( <> +
+ + namæ + + +
-
- - namæ - - -
- {queryGiven ? ( @@ -56,10 +54,10 @@ export default function App() { - ) : ( + ) : !isStandalone() ? ( - )} -