add manifest and fix favicon
This commit is contained in:
parent
d97f63ced8
commit
132802fe12
|
@ -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)
|
||||
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue