diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index c7c1d60..6d35067 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -49,7 +49,8 @@ "chromeWebStore": "Chrome Web Store", "firefoxAddons": "Firefox Add-ons", "youtube": "YouTube", - "hexpm": "Hex" + "hexpm": "Hex", + "fly": "Fly.io" }, "showMore": "show more", "try": "How about this?", diff --git a/src/App.tsx b/src/App.tsx index d07277d..ce09815 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,7 +5,6 @@ import Home from './pages/Home'; import Search from './pages/Search'; import { GlobalStyle } from './theme'; import { useOpenSearch } from './util/hooks'; -import { isStandalone } from './util/pwa'; export default function App() { const OpenSearch = useOpenSearch('/opensearch.xml'); @@ -21,7 +20,7 @@ export default function App() { } /> - {!isStandalone() &&