Add to the about page

Prevent stray events from highlighting buttons
after closing a dialog
This commit is contained in:
CheddarCrisp 2020-03-12 20:30:20 -04:00
parent 306d0914d5
commit 7922d88bf8
9 changed files with 128 additions and 13 deletions

View file

@ -37,7 +37,7 @@ module.exports = {
from: 'src/icon/safari-pinned-tab.svg', to: 'icons'
},
{
from: 'src/icon/favicon.ice', to: 'icons'
from: 'src/icon/favicon.ico', to: 'icons'
},
{
from: 'src/icon/site.webmanifest', to: 'icons'
@ -82,6 +82,10 @@ module.exports = {
'style-loader',
'css-loader'
]
},
{
test: /\.png$/,
loader: 'file-loader'
}
]
},