mirror of
https://github.com/kremalicious/blowfish.git
synced 2025-02-01 12:30:00 +01:00
fix missing app title
This commit is contained in:
parent
463162294d
commit
3de445dbeb
@ -2,6 +2,7 @@ import React from 'react'
|
||||
import { render } from 'react-dom'
|
||||
import AppProvider from './store/AppProvider'
|
||||
import App from './App'
|
||||
import pkg from '../../package.json'
|
||||
|
||||
document.body.style.backgroundColor = '#141414'
|
||||
|
||||
@ -9,6 +10,7 @@ document.body.style.backgroundColor = '#141414'
|
||||
let root = document.createElement('div')
|
||||
root.id = 'root'
|
||||
document.body.appendChild(root)
|
||||
document.title = pkg.productName
|
||||
|
||||
render(
|
||||
<AppProvider>
|
||||
|
Loading…
Reference in New Issue
Block a user