add manifest and fix favicon

This commit is contained in:
Tyler Shipe 2021-04-13 16:45:07 -04:00
parent d97f63ced8
commit 132802fe12
3 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,6 @@ const Code = styled.code`
const TopBar = () => {
const { asPath } = useRouter()
console.log('asPath', asPath)
const { connected, wallet } = useWallet()
const [showMenu, setShowMenu] = useState(false)

View File

@ -37,6 +37,8 @@ function App({ Component, pageProps }) {
<script src="/datafeeds/udf/dist/polyfills.js"></script>
<script src="/datafeeds/udf/dist/bundle.js"></script>
<link rel="manifest" href="/manifest.json"></link>
</Head>
<ThemeProvider defaultTheme="Mango">
<Component {...pageProps} />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB