mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-28 05:36:33 +02:00
moved icons into image folder
This commit is contained in:
parent
ab432a67a3
commit
6f5f5c6f5c
BIN
app/images/factorio.jpg
Normal file
BIN
app/images/factorio.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 KiB |
BIN
app/images/favicon.ico
Normal file
BIN
app/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>Factorio Server Manager</title>
|
||||
<link rel="icon" type="image/png" href="./dist/img/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="./images/favicon.ico">
|
||||
<!-- Tell the browser to be responsive to screen width -->
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"/app/bundle.js": "/app/bundle.js",
|
||||
"/app/bundle.css": "/app/bundle.css",
|
||||
"/app/bundle.js.map": "/app/bundle.js.map",
|
||||
"/app/bundle.css.map": "/app/bundle.css.map"
|
||||
}
|
@ -23,7 +23,7 @@ class Sidebar extends React.Component {
|
||||
<div className="sidebar">
|
||||
<div className="user-panel">
|
||||
<div className="image">
|
||||
<img src="./dist/img/factorio.jpg" className="img-circle" alt="User Image"/>
|
||||
<img src="./images/factorio.jpg" className="img-circle" alt="User Image"/>
|
||||
</div>
|
||||
<div className="info">
|
||||
<div className="text-white">Factorio Server Manager</div>
|
||||
|
@ -4,7 +4,6 @@ mix.setPublicPath("app");
|
||||
|
||||
mix.react('ui/index.js', 'bundle.js')
|
||||
.sass('ui/index.scss', 'bundle.css')
|
||||
// .copyDirectory('node_modules/bootstrap-fileinput/img', 'app/img');
|
||||
|
||||
if (!mix.inProduction()) {
|
||||
mix.webpackConfig({
|
||||
|
Loading…
x
Reference in New Issue
Block a user